⬆️ 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 00:41:15 +08:00 committed by GitHub
parent 03ec563937
commit c94d5e9da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -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"

View File

@ -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"