From 7138e91b2e37c55fe143eec4dbb8707c4af549c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 04:24:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20nonebot-plugin-apsc?= =?UTF-8?q?heduler=20from=200.4.0=20to=200.5.0=20(#360)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [nonebot-plugin-apscheduler](https://github.com/nonebot/plugin-apscheduler) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/nonebot/plugin-apscheduler/releases) - [Commits](https://github.com/nonebot/plugin-apscheduler/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: nonebot-plugin-apscheduler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index edb010c..138344b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1774,13 +1774,13 @@ tarina = ">=0.5.4" [[package]] name = "nonebot-plugin-apscheduler" -version = "0.4.0" +version = "0.5.0" description = "APScheduler Support for NoneBot2" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {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"}, + {file = "nonebot_plugin_apscheduler-0.5.0-py3-none-any.whl", hash = "sha256:8b99b5ee60c4bc195d4df2fd27dab3d6963691e3332f6cee31a06eb4277c307f"}, + {file = "nonebot_plugin_apscheduler-0.5.0.tar.gz", hash = "sha256:6c0230e99765f275dc83d6639ff33bd6f71203fa10cd1b8a204b0f95530cda86"}, ] [package.dependencies] @@ -3699,4 +3699,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e8811a8351a8aabc8790837250bfde281e53b7cc617bd0d3a9b4a664fe552ee7" +content-hash = "b430b98410ea10219b8a8888c470e1c114b81da18ecc59bdd4fe292e4402daac" diff --git a/pyproject.toml b/pyproject.toml index 94cf2d0..c05dbfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = 'AGPL-3.0' python = '^3.10' nonebot2 = { extras = ["fastapi"], version = "^2.3.0" } nonebot-plugin-alconna = ">=0.48.0" -nonebot-plugin-apscheduler = "^0.4.0" +nonebot-plugin-apscheduler = ">=0.4,<0.6" nonebot-plugin-localstore = ">=0.6,<0.8" nonebot-plugin-orm = ">=0.1.1,<0.8.0" nonebot-plugin-session = "^0.3.1"