From bb707e2352bcc9f5337148123fccb39bdb6e4996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 04:51:34 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/python-publish.yml | 2 +- pyproject.toml | 8 ++++---- requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5d273348..11d9fc95 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.0 + - uses: actions/checkout@v4.2.1 - name: Set up Python uses: actions/setup-python@v4.8.0 with: diff --git a/pyproject.toml b/pyproject.toml index 431b9dd7..da64d4ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ repository = "https://github.com/Quan666/ELF_RSS" keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"] [tool.poetry.dependencies] -python = "^3.12.7" -aiohttp = {extras = ["speedups"], version = "^3.10.9"} +python = "^3.13.0" +aiohttp = {extras = ["speedups"], version = "^3.10.10"} arrow = "^1.3.0" async-timeout = "^4.0.3" bbcode = "^1.1.0" @@ -33,8 +33,8 @@ pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1" pyquery = "^2.0.1" python-qbittorrent = "^0.4.3" tenacity = "^8.5.0" -tinydb = "^4.8.0" -yarl = "^1.13.1" +tinydb = "^4.8.1" +yarl = "^1.15.0" [tool.poetry.dev-dependencies] nb-cli = "^1.4.2" diff --git a/requirements.txt b/requirements.txt index 5c2bad95..e8139654 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp[speedups]~=3.10.9 +aiohttp[speedups]~=3.10.10 arrow~=1.3.0 async-timeout~=4.0.3 bbcode~=1.1.0 @@ -18,5 +18,5 @@ pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1 pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0 -tinydb~=4.8.0 -yarl~=1.13.1 \ No newline at end of file +tinydb~=4.8.1 +yarl~=1.15.0 \ No newline at end of file