From d0b3fa4ada44860f0ce853e064d29a658266f74b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:27:45 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies (#568) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 067c9259..497fd056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ arrow = "^1.3.0" async-timeout = "^4.0.3" bbcode = "^1.1.0" cachetools = "^5.5.0" -emoji = "^2.14.0" +emoji = "^2.14.1" feedparser = "^6.0.11" deep-translator = "^1.11.4" ImageHash = "^4.3.1" @@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.5.0" nonebot2 = {extras = ["fastapi"], version = "^2.4.1"} pikpakapi = "^0.1.10" Pillow = "^10.4.0" -pydantic = ">=1.10.20,<3.0.0,!=2.5.0,!=2.5.1" +pydantic = ">=1.10.21,<3.0.0,!=2.5.0,!=2.5.1" pyquery = "^2.0.1" python-qbittorrent = "^0.4.3" tenacity = "^8.5.0" diff --git a/requirements.txt b/requirements.txt index 30f48457..eaf37c7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ arrow~=1.3.0 async-timeout~=4.0.3 bbcode~=1.1.0 cachetools~=5.5.0 -emoji~=2.14.0 +emoji~=2.14.1 feedparser~=6.0.11 deep-translator~=1.11.4 ImageHash~=4.3.1 @@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.5.0 nonebot2[fastapi]~=2.4.1 pikpakapi~=0.1.10 Pillow~=10.4.0 -pydantic>=1.10.20,<3.0.0,!=2.5.0,!=2.5.1 +pydantic>=1.10.21,<3.0.0,!=2.5.0,!=2.5.1 pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0