From b509525bc139a46e6694285d58ec6bb420dc2d35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 02:27:07 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9039e56f..29d09726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,10 +29,10 @@ nonebot-plugin-apscheduler = "^0.4.0" nonebot2 = {extras = ["fastapi"], version = "^2.3.1"} pikpakapi = "^0.1.6" Pillow = "^10.3.0" -pydantic = ">=1.10.16,<3.0.0,!=2.5.0,!=2.5.1" +pydantic = ">=1.10.17,<3.0.0,!=2.5.0,!=2.5.1" pyquery = "^2.0.0" python-qbittorrent = "^0.4.3" -tenacity = "^8.3.0" +tenacity = "^8.4.1" tinydb = "^4.8.0" yarl = "^1.9.4" diff --git a/requirements.txt b/requirements.txt index 17dd9b87..b9cd0794 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,9 +14,9 @@ nonebot-plugin-apscheduler~=0.4.0 nonebot2[fastapi]~=2.3.1 pikpakapi~=0.1.6 Pillow~=10.3.0 -pydantic>=1.10.16,<3.0.0,!=2.5.0,!=2.5.1 +pydantic>=1.10.17,<3.0.0,!=2.5.0,!=2.5.1 pyquery~=2.0.0 python-qbittorrent~=0.4.3 -tenacity~=8.3.0 +tenacity~=8.4.1 tinydb~=4.8.0 yarl~=1.9.4 \ No newline at end of file