diff --git a/pyproject.toml b/pyproject.toml index 29d09726..ba49bf00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,14 +25,14 @@ deep-translator = "^1.11.4" ImageHash = "^4.3.1" magneturi = "^1.3" nonebot-adapter-onebot = "^2.4.3" -nonebot-plugin-apscheduler = "^0.4.0" +nonebot-plugin-apscheduler = "^0.5.0" nonebot2 = {extras = ["fastapi"], version = "^2.3.1"} pikpakapi = "^0.1.6" Pillow = "^10.3.0" pydantic = ">=1.10.17,<3.0.0,!=2.5.0,!=2.5.1" pyquery = "^2.0.0" python-qbittorrent = "^0.4.3" -tenacity = "^8.4.1" +tenacity = "^8.4.2" tinydb = "^4.8.0" yarl = "^1.9.4" diff --git a/requirements.txt b/requirements.txt index b9cd0794..70137b4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,13 +10,13 @@ ImageHash~=4.3.1 magneturi~=1.3 nb-cli~=1.4.1 nonebot-adapter-onebot~=2.4.3 -nonebot-plugin-apscheduler~=0.4.0 +nonebot-plugin-apscheduler~=0.5.0 nonebot2[fastapi]~=2.3.1 pikpakapi~=0.1.6 Pillow~=10.3.0 pydantic>=1.10.17,<3.0.0,!=2.5.0,!=2.5.1 pyquery~=2.0.0 python-qbittorrent~=0.4.3 -tenacity~=8.4.1 +tenacity~=8.4.2 tinydb~=4.8.0 yarl~=1.9.4 \ No newline at end of file