From c23538199b044fe36db1b399762b555b47a8e17a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:35:22 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/python-publish.yml | 2 +- pyproject.toml | 8 ++++---- requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a70d4fd7..1b3fbd28 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.8.10 + uses: pypa/gh-action-pypi-publish@v1.8.11 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 17c94864..c595aaa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"] [tool.poetry.dependencies] python = "^3.8.3" -aiohttp = {extras = ["speedups"], version = "^3.8.6"} +aiohttp = {extras = ["speedups"], version = "^3.9.1"} arrow = "^1.3.0" async-timeout = "^4.0.3" bbcode = "^1.1.0" @@ -27,7 +27,7 @@ magneturi = "^1.3" nonebot-adapter-onebot = "^2.3.1" nonebot-plugin-apscheduler = "^0.3.0" nonebot-plugin-guild-patch = "^0.2.3" -nonebot2 = {extras = ["fastapi"], version = "^2.1.1"} +nonebot2 = {extras = ["fastapi"], version = "^2.1.2"} pikpakapi = "^0.1.3" Pillow = "^10.1.0" pydantic = "^1.10.13" @@ -35,10 +35,10 @@ pyquery = "^2.0.0" python-qbittorrent = "^0.4.3" tenacity = "^8.2.3" tinydb = "^4.8.0" -yarl = "^1.9.2" +yarl = "^1.9.3" [tool.poetry.dev-dependencies] -nb-cli = "^1.2.6" +nb-cli = "^1.2.7" [tool.mypy] python_version = "3.8" diff --git a/requirements.txt b/requirements.txt index 601fa794..b1011277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp[speedups]~=3.8.6 +aiohttp[speedups]~=3.9.1 arrow~=1.3.0 async-timeout~=4.0.3 bbcode~=1.1.0 @@ -8,11 +8,11 @@ feedparser~=6.0.10 deep-translator~=1.11.4 ImageHash~=4.3.1 magneturi~=1.3 -nb-cli~=1.2.6 +nb-cli~=1.2.7 nonebot-adapter-onebot~=2.3.1 nonebot-plugin-apscheduler~=0.3.0 nonebot-plugin-guild-patch~=0.2.3 -nonebot2[fastapi]~=2.1.1 +nonebot2[fastapi]~=2.1.2 pikpakapi~=0.1.3 Pillow~=10.1.0 pydantic~=1.10.13 @@ -20,4 +20,4 @@ pyquery~=2.0.0 python-qbittorrent~=0.4.3 tenacity~=8.2.3 tinydb~=4.8.0 -yarl~=1.9.2 \ No newline at end of file +yarl~=1.9.3 \ No newline at end of file