Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#554)
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 Nov 9, 2024
1 parent 0aae1bd commit cba002f
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 @@ -20,7 +20,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
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.5.0"
nonebot2 = {extras = ["fastapi"], version = "^2.4.0"}
pikpakapi = "^0.1.10"
Pillow = "^10.4.0"
pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
pydantic = ">=1.10.19,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.1"
python-qbittorrent = "^0.4.3"
tenacity = "^8.5.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.5.0
nonebot2[fastapi]~=2.4.0
pikpakapi~=0.1.10
Pillow~=10.4.0
pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
pydantic>=1.10.19,<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 cba002f

Please sign in to comment.