⬆️ Bump nonebot-plugin-localstore from 0.5.1 to 0.6.0 (#249)

Bumps [nonebot-plugin-localstore](https://github.com/nonebot/plugin-localstore) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/nonebot/plugin-localstore/releases)
- [Commits](https://github.com/nonebot/plugin-localstore/compare/v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: nonebot-plugin-localstore
  dependency-type: direct:production
  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:
dependabot[bot]
2024-02-12 19:54:44 +08:00
committed by GitHub
parent 2123b747af
commit fa8c2b11e6
2 changed files with 7 additions and 6 deletions

11
poetry.lock generated
View File

@@ -927,17 +927,18 @@ nonebot2 = ">=2.0.0,<3.0.0"
[[package]]
name = "nonebot-plugin-localstore"
version = "0.5.1"
version = "0.6.0"
description = "Local Storage Support for NoneBot2"
optional = false
python-versions = ">=3.8,<4.0"
files = [
{file = "nonebot_plugin_localstore-0.5.1-py3-none-any.whl", hash = "sha256:520c4dd42f00495ec8fc458c40c5877bc604556f58147c34c4051860df34575b"},
{file = "nonebot_plugin_localstore-0.5.1.tar.gz", hash = "sha256:97491d213d419de3f76f941a8d80ab190aa9828950289ec83402028e0f0892eb"},
{file = "nonebot_plugin_localstore-0.6.0-py3-none-any.whl", hash = "sha256:59f0126d85680601166a9a62cca886a33e1b0a8fef7cd67fff52747bd47f42d3"},
{file = "nonebot_plugin_localstore-0.6.0.tar.gz", hash = "sha256:7eb4039cb2e76c54b860b2b98f2b90cd25284919603e81dedec367f215662fcd"},
]
[package.dependencies]
nonebot2 = ">=2.0.0,<3.0.0"
nonebot2 = ">=2.2.0,<3.0.0"
pydantic = ">=1.10.0,<2.5.0 || >2.5.0,<2.5.1 || >2.5.1,<3.0.0"
typing-extensions = ">=4.0.0"
[[package]]
@@ -2136,4 +2137,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "da8ae488d6b40a54836bfa6a6446cc251ac0951006494610bd87df7925d65202"
content-hash = "a3a8c649b3e340086d875a244f573c793a347fe9b8985a46496197e68fa45b59"

View File

@@ -17,7 +17,7 @@ playwright = '^1.41.2'
ujson = '^5.9.0'
aiofiles = "^23.2.1"
nonebot-plugin-orm = ">=0.1.1,<0.7.0"
nonebot-plugin-localstore = "^0.5.1"
nonebot-plugin-localstore = "^0.6.0"
httpx = "^0.26.0"
nonebot-plugin-alconna = ">=0.30,<0.37"
nonebot-plugin-apscheduler = "^0.3.0"