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 Nov 2, 2024
1 parent 5af9de5 commit 0aae1bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ ImageHash = "^4.3.1"
magneturi = "^1.3"
nonebot-adapter-onebot = "^2.4.6"
nonebot-plugin-apscheduler = "^0.5.0"
nonebot2 = {extras = ["fastapi"], version = "^2.3.3"}
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"
pyquery = "^2.0.1"
python-qbittorrent = "^0.4.3"
tenacity = "^8.5.0"
tinydb = "^4.8.2"
yarl = "^1.16.0"
yarl = "^1.17.1"

[tool.poetry.dev-dependencies]
nb-cli = "^1.4.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ magneturi~=1.3
nb-cli~=1.4.2
nonebot-adapter-onebot~=2.4.6
nonebot-plugin-apscheduler~=0.5.0
nonebot2[fastapi]~=2.3.3
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
pyquery~=2.0.1
python-qbittorrent~=0.4.3
tenacity~=8.5.0
tinydb~=4.8.2
yarl~=1.16.0
yarl~=1.17.1

0 comments on commit 0aae1bd

Please sign in to comment.