Skip to content

Commit b0e5650

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 201ee58 commit b0e5650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/Quan666/ELF_RSS"
1313
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.12.5"
16+
python = "^3.12.6"
1717
aiohttp = {extras = ["speedups"], version = "^3.10.5"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
@@ -34,7 +34,7 @@ pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
3636
tinydb = "^4.8.0"
37-
yarl = "^1.10.0"
37+
yarl = "^1.11.1"
3838

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
2121
tinydb~=4.8.0
22-
yarl~=1.10.0
22+
yarl~=1.11.1

0 commit comments

Comments
 (0)