Skip to content

Commit 359b498

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

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,8 +13,8 @@ repository = "https://github.com/Quan666/ELF_RSS"
1313
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.13.1"
17-
aiohttp = {extras = ["speedups"], version = "^3.11.11"}
16+
python = "^3.13.2"
17+
aiohttp = {extras = ["speedups"], version = "^3.11.12"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp[speedups]~=3.11.11
1+
aiohttp[speedups]~=3.11.12
22
arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0

0 commit comments

Comments
 (0)