From d522293519a6b0b3b13ffc0d8d3b682a7173fb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:54:32 +0000 Subject: [PATCH] :arrow_up: Bump nonebot-plugin-user from 0.2.0 to 0.3.0 Bumps [nonebot-plugin-user](https://github.com/he0119/nonebot-plugin-user) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/he0119/nonebot-plugin-user/releases) - [Changelog](https://github.com/he0119/nonebot-plugin-user/blob/main/CHANGELOG.md) - [Commits](https://github.com/he0119/nonebot-plugin-user/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: nonebot-plugin-user dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 400693e8..c9e6be5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1871,13 +1871,13 @@ nonebot2 = {version = ">=2.2.0,<3.0.0", extras = ["fastapi"]} [[package]] name = "nonebot-plugin-user" -version = "0.2.0" +version = "0.3.0" description = "适用于 Nonebot2 的用户插件" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "nonebot_plugin_user-0.2.0-py3-none-any.whl", hash = "sha256:9b052551b13fd8f8fab39023a8088637b0447b0ef42d87f54a0e7e2c3c371740"}, - {file = "nonebot_plugin_user-0.2.0.tar.gz", hash = "sha256:f2f559e3381deb20a067fb2004a92f3625b1777da076ecfb956e334bdbe0f7d5"}, + {file = "nonebot_plugin_user-0.3.0-py3-none-any.whl", hash = "sha256:3b65884368e446b7b64b46216d060a020100855ecabcbbeb6d10223e55804773"}, + {file = "nonebot_plugin_user-0.3.0.tar.gz", hash = "sha256:82d7b039d69cd791ebaff1be0308618a850a798219901cee2f5bcd1a96e14911"}, ] [package.dependencies] @@ -3699,4 +3699,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "947ddff4e2b61b2c8af7d01958f029d32c8122705e13e1edf8e0f39224137868" +content-hash = "8608cab631b34552ca2a3fa9ce65eaf24c691e59900e473025fa54571ce77ce5" diff --git a/pyproject.toml b/pyproject.toml index be60a250..7e98b2ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ nonebot-plugin-localstore = "^0.6.0" nonebot-plugin-orm = ">=0.1.1,<0.8.0" nonebot-plugin-session = "^0.3.1" nonebot-plugin-session-orm = "^0.2.0" -nonebot-plugin-user = "^0.2.0" +nonebot-plugin-user = ">=0.2,<0.4" nonebot-plugin-userinfo = "^0.2.4" aiocache = "^0.12.2" aiofiles = ">=23.2.1,<25.0.0"