Skip to content

Commit b9f357f

Browse files
fix(deps): update dependency async-timeout to v5
1 parent 359b498 commit b9f357f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1616
python = "^3.13.2"
1717
aiohttp = {extras = ["speedups"], version = "^3.11.12"}
1818
arrow = "^1.3.0"
19-
async-timeout = "^4.0.3"
19+
async-timeout = "^5.0.1"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.5.1"
2222
emoji = "^2.14.1"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp[speedups]~=3.11.12
22
arrow~=1.3.0
3-
async-timeout~=4.0.3
3+
async-timeout~=5.0.1
44
bbcode~=1.1.0
55
cachetools~=5.5.1
66
emoji~=2.14.1

0 commit comments

Comments
 (0)