Skip to content

Commit

Permalink
fix(deps): update dependency pydantic to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent c72c7ae commit 9a659e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ nonebot-plugin-guild-patch = "^0.2.3"
nonebot2 = {extras = ["fastapi"], version = "^2.1.1"}
pikpakapi = "^0.1.3"
Pillow = "^10.1.0"
pydantic = "^1.10.13"
pydantic = "^2.4.2"
pyquery = "^2.0.0"
python-qbittorrent = "^0.4.3"
tenacity = "^8.2.3"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nonebot-plugin-guild-patch~=0.2.3
nonebot2[fastapi]~=2.1.1
pikpakapi~=0.1.3
Pillow~=10.1.0
pydantic~=1.10.13
pydantic~=2.4.2
pyquery~=2.0.0
python-qbittorrent~=0.4.3
tenacity~=8.2.3
Expand Down

0 comments on commit 9a659e0

Please sign in to comment.