Skip to content

Commit 0aae1bd

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 5af9de5 commit 0aae1bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build package
2121
run: python -m build
2222
- name: Publish package
23-
uses: pypa/gh-action-pypi-publish@v1.10.3
23+
uses: pypa/gh-action-pypi-publish@v1.11.0
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ ImageHash = "^4.3.1"
2626
magneturi = "^1.3"
2727
nonebot-adapter-onebot = "^2.4.6"
2828
nonebot-plugin-apscheduler = "^0.5.0"
29-
nonebot2 = {extras = ["fastapi"], version = "^2.3.3"}
29+
nonebot2 = {extras = ["fastapi"], version = "^2.4.0"}
3030
pikpakapi = "^0.1.10"
3131
Pillow = "^10.4.0"
3232
pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
3333
pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
3636
tinydb = "^4.8.2"
37-
yarl = "^1.16.0"
37+
yarl = "^1.17.1"
3838

3939
[tool.poetry.dev-dependencies]
4040
nb-cli = "^1.4.2"

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ magneturi~=1.3
1111
nb-cli~=1.4.2
1212
nonebot-adapter-onebot~=2.4.6
1313
nonebot-plugin-apscheduler~=0.5.0
14-
nonebot2[fastapi]~=2.3.3
14+
nonebot2[fastapi]~=2.4.0
1515
pikpakapi~=0.1.10
1616
Pillow~=10.4.0
1717
pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
1818
pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
2121
tinydb~=4.8.2
22-
yarl~=1.16.0
22+
yarl~=1.17.1

0 commit comments

Comments
 (0)