Skip to content

Commit 7690a69

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

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
@@ -20,7 +20,7 @@ async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.5.2"
2222
emoji = "^2.14.1"
23-
feedparser = "^6.0.11"
23+
feedparser = "^6.0.12"
2424
deep-translator = "^1.11.4"
2525
ImageHash = "^4.3.2"
2626
magneturi = "^1.3"
@@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.5.0"
2929
nonebot2 = {extras = ["fastapi"], version = "^2.4.3"}
3030
pikpakapi = "^0.1.11"
3131
Pillow = "^10.4.0"
32-
pydantic = ">=1.10.22,<3.0.0,!=2.5.0,!=2.5.1"
32+
pydantic = ">=1.10.23,<3.0.0,!=2.5.0,!=2.5.1"
3333
pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ async-timeout~=4.0.3
44
bbcode~=1.1.0
55
cachetools~=5.5.2
66
emoji~=2.14.1
7-
feedparser~=6.0.11
7+
feedparser~=6.0.12
88
deep-translator~=1.11.4
99
ImageHash~=4.3.2
1010
magneturi~=1.3
@@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.5.0
1414
nonebot2[fastapi]~=2.4.3
1515
pikpakapi~=0.1.11
1616
Pillow~=10.4.0
17-
pydantic>=1.10.22,<3.0.0,!=2.5.0,!=2.5.1
17+
pydantic>=1.10.23,<3.0.0,!=2.5.0,!=2.5.1
1818
pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0

0 commit comments

Comments
 (0)