From c3a24a3302bd5ebadd86e0dec80bec21a6c0ed00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:28:06 +0000 Subject: [PATCH] chore(deps): bump nonebot-plugin-userinfo from 0.1.0 to 0.1.1 Bumps [nonebot-plugin-userinfo](https://github.com/noneplugin/nonebot-plugin-userinfo) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/noneplugin/nonebot-plugin-userinfo/releases) - [Commits](https://github.com/noneplugin/nonebot-plugin-userinfo/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: nonebot-plugin-userinfo dependency-type: direct:production update-type: version-update:semver-patch ... 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 b976f6d4..73c2ef05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2148,21 +2148,21 @@ nonebot2 = ">=2.1.0,<3.0.0" [[package]] name = "nonebot-plugin-userinfo" -version = "0.1.0" +version = "0.1.1" description = "Nonebot2 用户信息获取插件" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "nonebot_plugin_userinfo-0.1.0-py3-none-any.whl", hash = "sha256:a6f3791cbfbcc32005ea3b3344bdc04b91b9ddecbff68d5ae31c662c53508b24"}, - {file = "nonebot_plugin_userinfo-0.1.0.tar.gz", hash = "sha256:7222b54ff6a1949e8991a1a3697ed2995f5366f6f9e6526a9895bd31cc6b889f"}, + {file = "nonebot_plugin_userinfo-0.1.1-py3-none-any.whl", hash = "sha256:2225b10cdc4fee209219d67b3e49e70d163788083f6116bd51f5b75460795886"}, + {file = "nonebot_plugin_userinfo-0.1.1.tar.gz", hash = "sha256:d6c0ce6aa6c5ed9ba171591edbcb6b405836b82c71ac3ee4892ce62e590ffd9c"}, ] [package.dependencies] cachetools = ">=5.0.0,<6.0.0" emoji = ">=2.0.0,<3.0.0" httpx = ">=0.20.0,<1.0.0" -nonebot-plugin-session = ">=0.1.0,<0.2.0" nonebot2 = {version = ">=2.0.0,<3.0.0", extras = ["fastapi"]} +strenum = ">=0.4.8,<0.5.0" [[package]] name = "nonebot-plugin-wordcloud" @@ -4025,4 +4025,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "861b22fce23524d5acc0b719649b9ca91d2f04b4023e123adb43ec28c140ebac" +content-hash = "00e6ed0cc6774e40cdb372f865d240b894af635000013ed8c4245864feb975dd" diff --git a/pyproject.toml b/pyproject.toml index 2c14df4e..452b62e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ nonebot-plugin-apscheduler = "^0.3.0" nonebot-plugin-send-anything-anywhere = "^0.3.1" nonebot-plugin-alconna = "^0.24.0" nonebot-plugin-session = "^0.1.0" -nonebot-plugin-userinfo = "^0.1.0" +nonebot-plugin-userinfo = "^0.1.1" nonebot-plugin-sentry = "^0.4.0" nonebot-plugin-memes = "0.4.7"