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