Skip to content

Commit

Permalink
fix(deps): update dependency async-timeout to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 5af9de5 commit 315d8b8
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 @@ -16,7 +16,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
python = "^3.13.0"
aiohttp = {extras = ["speedups"], version = "^3.10.10"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
async-timeout = "^5.0.0"
bbcode = "^1.1.0"
cachetools = "^5.5.0"
emoji = "^2.14.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp[speedups]~=3.10.10
arrow~=1.3.0
async-timeout~=4.0.3
async-timeout~=5.0.0
bbcode~=1.1.0
cachetools~=5.5.0
emoji~=2.14.0
Expand Down

0 comments on commit 315d8b8

Please sign in to comment.