From c94d5e9da647bae0772e98f8955da4f0602c90e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 00:41:15 +0800 Subject: [PATCH] :arrow_up: Bump nonebot-plugin-datastore from 0.6.3 to 1.0.0 (#286) Bumps [nonebot-plugin-datastore](https://github.com/he0119/nonebot-plugin-datastore) from 0.6.3 to 1.0.0. - [Release notes](https://github.com/he0119/nonebot-plugin-datastore/releases) - [Changelog](https://github.com/he0119/nonebot-plugin-datastore/blob/main/CHANGELOG.md) - [Commits](https://github.com/he0119/nonebot-plugin-datastore/compare/v0.6.3...v1.0.0) --- updated-dependencies: - dependency-name: nonebot-plugin-datastore dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 97e6baf..8de929b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1396,19 +1396,19 @@ nonebot2 = ">=2.0.0,<3.0.0" [[package]] name = "nonebot-plugin-datastore" -version = "0.6.3" +version = "1.0.0" description = "适用于 Nonebot2 的数据存储插件" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "nonebot_plugin_datastore-0.6.3-py3-none-any.whl", hash = "sha256:2e917badad0618ea4dcf1b084eb5cd2d859ac2850e5fdabac6e862fded995360"}, - {file = "nonebot_plugin_datastore-0.6.3.tar.gz", hash = "sha256:f6b2d703e09e29ce1d8f50a752f59738d7d61d31d43b37ec977a8d99d04b990c"}, + {file = "nonebot_plugin_datastore-1.0.0-py3-none-any.whl", hash = "sha256:d52185fc711f2f950a2d2868c18d957fde166691f84390ac7bc724b463e4fc1d"}, + {file = "nonebot_plugin_datastore-1.0.0.tar.gz", hash = "sha256:b10ebac479563b8dbb0f4fca99b8252d065f368a79bb02d220c7565815dd284c"}, ] [package.dependencies] alembic = ">=1.9.1,<2.0.0" -nonebot-plugin-localstore = ">=0.2.0,<0.3.0 || >0.3.0,<0.4.0 || >0.4.0,<0.5.0" -nonebot2 = {version = ">=2.0.0-rc.1,<3.0.0", extras = ["httpx"]} +nonebot-plugin-localstore = ">=0.2.0,<0.3.0 || >0.3.0,<0.4.0 || >0.4.0,<0.6.0" +nonebot2 = {version = ">=2.0.0,<3.0.0", extras = ["httpx"]} sqlalchemy = {version = ">=2.0.0,<3.0.0", extras = ["aiosqlite"]} [package.extras] @@ -2903,4 +2903,4 @@ yaml = [] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0.0" -content-hash = "2ad8f9cd15a6f0d43112fc9e56d1e688c75e85756b09cd477dd68a34577809f8" +content-hash = "070fdbabf2cca4f2750c8ef37bdafe8a78603ced304b714c9b18f11d887c2323" diff --git a/pyproject.toml b/pyproject.toml index 17130e3..df7214d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ httpx = ">=0.16.1" nonebot2 = {version = "^2.0.0", extras = ["fastapi"]} nonebot-adapter-onebot = "^2.0.0" nonebot-plugin-htmlrender = ">=0.2.0" -nonebot-plugin-datastore = "^0.6.2" +nonebot-plugin-datastore = ">=0.6.2,<1.1.0" nonebot-plugin-apscheduler = ">=0.2,<0.4" nonebot-plugin-send-anything-anywhere = "^0.2.7" pillow = ">=8.1,<11.0"