Skip to content

Commit

Permalink
fix(deps): update dependency aiohttp to v3.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2024
1 parent f0d7ab4 commit 2ab8ed3
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.6"
aiohttp = {extras = ["speedups"], version = "^3.10.7"}
aiohttp = {extras = ["speedups"], version = "^3.10.8"}
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.7
aiohttp[speedups]~=3.10.8
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand Down

0 comments on commit 2ab8ed3

Please sign in to comment.