From 360b02a32b74bfab8d44b155938c949d766ef90b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:02:51 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/python-publish.yml | 2 +- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 11d9fc95..a614c973 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v4.8.0 with: diff --git a/pyproject.toml b/pyproject.toml index 40642ff0..b04e9d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ feedparser = "^6.0.11" deep-translator = "^1.11.4" ImageHash = "^4.3.1" magneturi = "^1.3" -nonebot-adapter-onebot = "^2.4.5" +nonebot-adapter-onebot = "^2.4.6" nonebot-plugin-apscheduler = "^0.5.0" nonebot2 = {extras = ["fastapi"], version = "^2.3.3"} pikpakapi = "^0.1.10" @@ -34,7 +34,7 @@ pyquery = "^2.0.1" python-qbittorrent = "^0.4.3" tenacity = "^8.5.0" tinydb = "^4.8.2" -yarl = "^1.15.5" +yarl = "^1.16.0" [tool.poetry.dev-dependencies] nb-cli = "^1.4.2" diff --git a/requirements.txt b/requirements.txt index 77b97468..62c2981c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ deep-translator~=1.11.4 ImageHash~=4.3.1 magneturi~=1.3 nb-cli~=1.4.2 -nonebot-adapter-onebot~=2.4.5 +nonebot-adapter-onebot~=2.4.6 nonebot-plugin-apscheduler~=0.5.0 nonebot2[fastapi]~=2.3.3 pikpakapi~=0.1.10 @@ -19,4 +19,4 @@ pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0 tinydb~=4.8.2 -yarl~=1.15.5 \ No newline at end of file +yarl~=1.16.0 \ No newline at end of file