Skip to content

Commit 1f6d91f

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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.14.0"
17-
aiohttp = {extras = ["speedups"], version = "^3.13.1"}
17+
aiohttp = {extras = ["speedups"], version = "^3.13.2"}
1818
arrow = "^1.4.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
@@ -26,7 +26,7 @@ ImageHash = "^4.3.2"
2626
magneturi = "^1.3"
2727
nonebot-adapter-onebot = "^2.4.6"
2828
nonebot-plugin-apscheduler = "^0.5.0"
29-
nonebot2 = {extras = ["fastapi"], version = "^2.4.3"}
29+
nonebot2 = {extras = ["fastapi"], version = "^2.4.4"}
3030
pikpakapi = "^0.1.11"
3131
Pillow = "^10.4.0"
3232
pydantic = ">=1.10.24,<3.0.0,!=2.5.0,!=2.5.1"
@@ -37,7 +37,7 @@ tinydb = "^4.8.2"
3737
yarl = "^1.22.0"
3838

3939
[tool.poetry.dev-dependencies]
40-
nb-cli = "^1.4.2"
40+
nb-cli = "^1.5.0"
4141

4242
[tool.mypy]
4343
python_version = "3.8"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp[speedups]~=3.13.1
1+
aiohttp[speedups]~=3.13.2
22
arrow~=1.4.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
@@ -8,10 +8,10 @@ feedparser~=6.0.12
88
deep-translator~=1.11.4
99
ImageHash~=4.3.2
1010
magneturi~=1.3
11-
nb-cli~=1.4.2
11+
nb-cli~=1.5.0
1212
nonebot-adapter-onebot~=2.4.6
1313
nonebot-plugin-apscheduler~=0.5.0
14-
nonebot2[fastapi]~=2.4.3
14+
nonebot2[fastapi]~=2.4.4
1515
pikpakapi~=0.1.11
1616
Pillow~=10.4.0
1717
pydantic>=1.10.24,<3.0.0,!=2.5.0,!=2.5.1

0 commit comments

Comments
 (0)