Skip to content

Commit

Permalink
fix(deps): update dependency aiohttp to v3.11.11 (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 88f2399 commit 2f3bcb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]

[tool.poetry.dependencies]
python = "^3.13.1"
aiohttp = {extras = ["speedups"], version = "^3.11.10"}
aiohttp = {extras = ["speedups"], version = "^3.11.11"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]~=3.11.10
aiohttp[speedups]~=3.11.11
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand Down

0 comments on commit 2f3bcb2

Please sign in to comment.