Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2024
1 parent b6f6b2e commit 1b3b3ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.4.0"
nonebot2 = {extras = ["fastapi"], version = "^2.3.1"}
pikpakapi = "^0.1.6"
Pillow = "^10.3.0"
pydantic = ">=1.10.15,<3.0.0,!=2.5.0,!=2.5.1"
pydantic = ">=1.10.16,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.0"
python-qbittorrent = "^0.4.3"
tenacity = "^8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.4.0
nonebot2[fastapi]~=2.3.1
pikpakapi~=0.1.6
Pillow~=10.3.0
pydantic>=1.10.15,<3.0.0,!=2.5.0,!=2.5.1
pydantic>=1.10.16,<3.0.0,!=2.5.0,!=2.5.1
pyquery~=2.0.0
python-qbittorrent~=0.4.3
tenacity~=8.3.0
Expand Down

0 comments on commit 1b3b3ba

Please sign in to comment.