Skip to content

Commit cba002f

Browse files
fix(deps): update all non-major dependencies (#554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0aae1bd commit cba002f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.11.0
23+
uses: pypa/gh-action-pypi-publish@v1.12.2
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.5.0"
2929
nonebot2 = {extras = ["fastapi"], version = "^2.4.0"}
3030
pikpakapi = "^0.1.10"
3131
Pillow = "^10.4.0"
32-
pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
32+
pydantic = ">=1.10.19,<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"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.5.0
1414
nonebot2[fastapi]~=2.4.0
1515
pikpakapi~=0.1.10
1616
Pillow~=10.4.0
17-
pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
17+
pydantic>=1.10.19,<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

0 commit comments

Comments
 (0)