mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
⬆️ Bump nonebot-adapter-satori from 0.8.1 to 0.9.0 (#250)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/nonebot/adapter-satori/releases) - [Commits](https://github.com/nonebot/adapter-satori/compare/v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: nonebot-adapter-satori dependency-type: direct:development 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:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -881,17 +881,17 @@ typing-extensions = ">=4.0.0,<5.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "nonebot-adapter-satori"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
description = "Satori Protocol Adapter for Nonebot2"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "nonebot_adapter_satori-0.8.1-py3-none-any.whl", hash = "sha256:7b668588dde0dcce0aa0029880adb0b5e6d4641b14bd0a61dcb916390e34bc33"},
|
||||
{file = "nonebot_adapter_satori-0.8.1.tar.gz", hash = "sha256:1d9ee8882f680a90c86402f434c12986260e9126107f7772b5491f8588b1b4a3"},
|
||||
{file = "nonebot_adapter_satori-0.9.0-py3-none-any.whl", hash = "sha256:b7cbb35565ae42a48f8134909f5a8c8e264033e7e4050c1944a7d357dada274a"},
|
||||
{file = "nonebot_adapter_satori-0.9.0.tar.gz", hash = "sha256:09a7be8e57c6591f17b5c557034a3072aabf421e4d5dd564196b7479b7643dba"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
nonebot2 = ">=2.1.0"
|
||||
nonebot2 = ">=2.2.0"
|
||||
|
||||
[[package]]
|
||||
name = "nonebot-plugin-alconna"
|
||||
@@ -2137,4 +2137,4 @@ multidict = ">=4.0"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "a3a8c649b3e340086d875a244f573c793a347fe9b8985a46496197e68fa45b59"
|
||||
content-hash = "ac3d038440c60c3051f929ea8797625572ec34ec155ba50b9b371658def8d62d"
|
||||
|
||||
@@ -33,7 +33,7 @@ nonebot2 = { extras = ["fastapi"], version = "^2.2.0" }
|
||||
types-lxml = "^2023.3.28"
|
||||
nonebot-plugin-orm = { extras = ["default"], version = ">=0.3,<0.7" }
|
||||
nonebot-adapter-onebot = "^2.3.1"
|
||||
nonebot-adapter-satori = "^0.8.1"
|
||||
nonebot-adapter-satori = "^0.9.0"
|
||||
nonebot-adapter-kaiheila = "^0.3.0"
|
||||
nonebot-adapter-discord = "^0.1.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user