Skip to content

Commit d0b3fa4

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.5.0"
22-
emoji = "^2.14.0"
22+
emoji = "^2.14.1"
2323
feedparser = "^6.0.11"
2424
deep-translator = "^1.11.4"
2525
ImageHash = "^4.3.1"
@@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.5.0"
2929
nonebot2 = {extras = ["fastapi"], version = "^2.4.1"}
3030
pikpakapi = "^0.1.10"
3131
Pillow = "^10.4.0"
32-
pydantic = ">=1.10.20,<3.0.0,!=2.5.0,!=2.5.1"
32+
pydantic = ">=1.10.21,<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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
55
cachetools~=5.5.0
6-
emoji~=2.14.0
6+
emoji~=2.14.1
77
feedparser~=6.0.11
88
deep-translator~=1.11.4
99
ImageHash~=4.3.1
@@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.5.0
1414
nonebot2[fastapi]~=2.4.1
1515
pikpakapi~=0.1.10
1616
Pillow~=10.4.0
17-
pydantic>=1.10.20,<3.0.0,!=2.5.0,!=2.5.1
17+
pydantic>=1.10.21,<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)