From 151fe33f4c17881f82aa835ee559cea9ba5a4143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 03:28:25 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies (#557) 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 b033b577..284c53e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"] [tool.poetry.dependencies] python = "^3.13.0" -aiohttp = {extras = ["speedups"], version = "^3.11.2"} +aiohttp = {extras = ["speedups"], version = "^3.11.7"} arrow = "^1.3.0" async-timeout = "^4.0.3" bbcode = "^1.1.0" @@ -34,7 +34,7 @@ pyquery = "^2.0.1" python-qbittorrent = "^0.4.3" tenacity = "^8.5.0" tinydb = "^4.8.2" -yarl = "^1.17.2" +yarl = "^1.18.0" [tool.poetry.dev-dependencies] nb-cli = "^1.4.2" diff --git a/requirements.txt b/requirements.txt index 34f0fb32..3d2886b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp[speedups]~=3.11.2 +aiohttp[speedups]~=3.11.7 arrow~=1.3.0 async-timeout~=4.0.3 bbcode~=1.1.0 @@ -19,4 +19,4 @@ pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0 tinydb~=4.8.2 -yarl~=1.17.2 \ No newline at end of file +yarl~=1.18.0 \ No newline at end of file