Skip to content

Commit

Permalink
fix(deps): update dependency aiohttp to v3.11.8 (#561)
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 Nov 30, 2024
1 parent d927eaa commit ad8b2bd
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.0"
aiohttp = {extras = ["speedups"], version = "^3.11.7"}
aiohttp = {extras = ["speedups"], version = "^3.11.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.11.7
aiohttp[speedups]~=3.11.8
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand Down

0 comments on commit ad8b2bd

Please sign in to comment.