diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a614c973..81754563 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index b04e9d22..f7825ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ 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" @@ -34,7 +34,7 @@ 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" diff --git a/requirements.txt b/requirements.txt index 62c2981c..7e611551 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ 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 @@ -19,4 +19,4 @@ pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0 tinydb~=4.8.2 -yarl~=1.16.0 \ No newline at end of file +yarl~=1.17.1 \ No newline at end of file