Skip to content

Commit

Permalink
fix(deps): update dependency aiohttp to v3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 18, 2024
1 parent b538f16 commit bcba650
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.12.5"
aiohttp = {extras = ["speedups"], version = "^3.10.3"}
aiohttp = {extras = ["speedups"], version = "^3.10.4"}
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.10.3
aiohttp[speedups]~=3.10.4
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand Down

0 comments on commit bcba650

Please sign in to comment.