Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2024
1 parent 94f883f commit b509525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ nonebot-plugin-apscheduler = "^0.4.0"
nonebot2 = {extras = ["fastapi"], version = "^2.3.1"}
pikpakapi = "^0.1.6"
Pillow = "^10.3.0"
pydantic = ">=1.10.16,<3.0.0,!=2.5.0,!=2.5.1"
pydantic = ">=1.10.17,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.0"
python-qbittorrent = "^0.4.3"
tenacity = "^8.3.0"
tenacity = "^8.4.1"
tinydb = "^4.8.0"
yarl = "^1.9.4"

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ nonebot-plugin-apscheduler~=0.4.0
nonebot2[fastapi]~=2.3.1
pikpakapi~=0.1.6
Pillow~=10.3.0
pydantic>=1.10.16,<3.0.0,!=2.5.0,!=2.5.1
pydantic>=1.10.17,<3.0.0,!=2.5.0,!=2.5.1
pyquery~=2.0.0
python-qbittorrent~=0.4.3
tenacity~=8.3.0
tenacity~=8.4.1
tinydb~=4.8.0
yarl~=1.9.4

0 comments on commit b509525

Please sign in to comment.