⬆️ Bump nonebot-plugin-apscheduler from 0.3.0 to 0.4.0 (#252)

Bumps [nonebot-plugin-apscheduler](https://github.com/nonebot/plugin-apscheduler) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/nonebot/plugin-apscheduler/releases)
- [Commits](https://github.com/nonebot/plugin-apscheduler/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: nonebot-plugin-apscheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-17 10:09:27 +08:00
committed by GitHub
parent e38eb5cdff
commit c474cf0af2
2 changed files with 7 additions and 6 deletions

11
poetry.lock generated
View File

@@ -913,18 +913,19 @@ nonebot2 = ">=2.1.0"
[[package]]
name = "nonebot-plugin-apscheduler"
version = "0.3.0"
version = "0.4.0"
description = "APScheduler Support for NoneBot2"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "nonebot_plugin_apscheduler-0.3.0-py3-none-any.whl", hash = "sha256:ec5e0267293fc9803e543c6086d3e109ac87bf6dccea5473d219cad826238aae"},
{file = "nonebot_plugin_apscheduler-0.3.0.tar.gz", hash = "sha256:7c41cc1d49ea6af7c4518c72cd15f8c2f549071b8bc8bfc4b21fbdd0a4875cfd"},
{file = "nonebot_plugin_apscheduler-0.4.0-py3-none-any.whl", hash = "sha256:f01bb418a5ecf9f04dcadbbc2ff5ba565a48177eb0a758c8c46b13048ac5680c"},
{file = "nonebot_plugin_apscheduler-0.4.0.tar.gz", hash = "sha256:ba91e68809a38e6dbe28906366d47f37f754ded360944b938cd5ac62029a0eb6"},
]
[package.dependencies]
apscheduler = ">=3.7.0,<4.0.0"
nonebot2 = ">=2.0.0,<3.0.0"
nonebot2 = ">=2.2.0,<3.0.0"
pydantic = ">=1.10.0,<2.5.0 || >2.5.0,<2.5.1 || >2.5.1,<3.0.0"
[[package]]
name = "nonebot-plugin-localstore"
@@ -2138,4 +2139,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "038e6745fbc0ebe3e791cec9e2c2b0f514a63b094ed9bfbd71b158647f236f47"
content-hash = "079f2f08b6829f0ea621a160a6ce6e68fb88f955f2468de2a8452aa4146381b7"

View File

@@ -20,7 +20,7 @@ nonebot-plugin-orm = ">=0.1.1,<0.7.0"
nonebot-plugin-localstore = "^0.6.0"
httpx = "^0.26.0"
nonebot-plugin-alconna = ">=0.30,<0.37"
nonebot-plugin-apscheduler = "^0.3.0"
nonebot-plugin-apscheduler = "^0.4.0"
aiocache = "^0.12.2"
[tool.poetry.group.dev.dependencies]