Skip to content

Commit ff3ff3a

Browse files
fix(deps): update dependency pydantic to >=1.10.20,<3.0.0,!=2.5.0,!=2.5.1 (#567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8350c4 commit ff3ff3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.19,<3.0.0,!=2.5.0,!=2.5.1"
32+
pydantic = ">=1.10.20,<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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.19,<3.0.0,!=2.5.0,!=2.5.1
17+
pydantic>=1.10.20,<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)