Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#568)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent ff3ff3a commit d0b3fa4
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 @@ -19,7 +19,7 @@ arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
cachetools = "^5.5.0"
emoji = "^2.14.0"
emoji = "^2.14.1"
feedparser = "^6.0.11"
deep-translator = "^1.11.4"
ImageHash = "^4.3.1"
Expand All @@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.5.0"
nonebot2 = {extras = ["fastapi"], version = "^2.4.1"}
pikpakapi = "^0.1.10"
Pillow = "^10.4.0"
pydantic = ">=1.10.20,<3.0.0,!=2.5.0,!=2.5.1"
pydantic = ">=1.10.21,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.1"
python-qbittorrent = "^0.4.3"
tenacity = "^8.5.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
cachetools~=5.5.0
emoji~=2.14.0
emoji~=2.14.1
feedparser~=6.0.11
deep-translator~=1.11.4
ImageHash~=4.3.1
Expand All @@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.5.0
nonebot2[fastapi]~=2.4.1
pikpakapi~=0.1.10
Pillow~=10.4.0
pydantic>=1.10.20,<3.0.0,!=2.5.0,!=2.5.1
pydantic>=1.10.21,<3.0.0,!=2.5.0,!=2.5.1
pyquery~=2.0.1
python-qbittorrent~=0.4.3
tenacity~=8.5.0
Expand Down

0 comments on commit d0b3fa4

Please sign in to comment.