Skip to content

Commit 151fe33

Browse files
fix(deps): update all non-major dependencies (#557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5efa68 commit 151fe33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.13.0"
17-
aiohttp = {extras = ["speedups"], version = "^3.11.2"}
17+
aiohttp = {extras = ["speedups"], version = "^3.11.7"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
@@ -34,7 +34,7 @@ pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
3636
tinydb = "^4.8.2"
37-
yarl = "^1.17.2"
37+
yarl = "^1.18.0"
3838

3939
[tool.poetry.dev-dependencies]
4040
nb-cli = "^1.4.2"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp[speedups]~=3.11.2
1+
aiohttp[speedups]~=3.11.7
22
arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
@@ -19,4 +19,4 @@ pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
2121
tinydb~=4.8.2
22-
yarl~=1.17.2
22+
yarl~=1.18.0

0 commit comments

Comments
 (0)