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 Jul 20, 2024
1 parent ae1508e commit f53a1b6
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 @@ -18,7 +18,7 @@ aiohttp = {extras = ["speedups"], version = "^3.9.5"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
cachetools = "^5.3.3"
cachetools = "^5.4.0"
emoji = "^2.12.1"
feedparser = "^6.0.11"
deep-translator = "^1.11.4"
Expand All @@ -27,7 +27,7 @@ magneturi = "^1.3"
nonebot-adapter-onebot = "^2.4.4"
nonebot-plugin-apscheduler = "^0.5.0"
nonebot2 = {extras = ["fastapi"], version = "^2.3.2"}
pikpakapi = "^0.1.6"
pikpakapi = "^0.1.9"
Pillow = "^10.4.0"
pydantic = ">=1.10.17,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp[speedups]~=3.9.5
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
cachetools~=5.3.3
cachetools~=5.4.0
emoji~=2.12.1
feedparser~=6.0.11
deep-translator~=1.11.4
Expand All @@ -12,7 +12,7 @@ nb-cli~=1.4.1
nonebot-adapter-onebot~=2.4.4
nonebot-plugin-apscheduler~=0.5.0
nonebot2[fastapi]~=2.3.2
pikpakapi~=0.1.6
pikpakapi~=0.1.9
Pillow~=10.4.0
pydantic>=1.10.17,<3.0.0,!=2.5.0,!=2.5.1
pyquery~=2.0.0
Expand Down

0 comments on commit f53a1b6

Please sign in to comment.