Skip to content

Commit

Permalink
fix(deps): update dependency aiohttp to ^3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 3, 2024
1 parent 9602ee8 commit e12d096
Showing 1 changed file with 1 addition and 1 deletion.
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.8.3"
aiohttp = {extras = ["speedups"], version = "^3.9.5"}
aiohttp = {extras = ["speedups"], version = "^3.10.0"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
Expand Down

0 comments on commit e12d096

Please sign in to comment.