From a43bb419e456784d9d4a0d9bd8223a02ec43ca2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:14:38 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/python-publish.yml | 2 +- pyproject.toml | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index eaea95d5..d6521e2d 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.1 + uses: pypa/gh-action-pypi-publish@v1.10.2 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 28e7b3e3..dc2fab87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,18 +13,18 @@ repository = "https://github.com/Quan666/ELF_RSS" keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"] [tool.poetry.dependencies] -python = "^3.9.0" +python = "^3.12.6" aiohttp = {extras = ["speedups"], version = "^3.10.5"} arrow = "^1.3.0" async-timeout = "^4.0.3" bbcode = "^1.1.0" cachetools = "^5.5.0" -emoji = "^2.12.1" +emoji = "^2.13.0" feedparser = "^6.0.11" deep-translator = "^1.11.4" ImageHash = "^4.3.1" magneturi = "^1.3" -nonebot-adapter-onebot = "^2.4.4" +nonebot-adapter-onebot = "^2.4.5" nonebot-plugin-apscheduler = "^0.5.0" nonebot2 = {extras = ["fastapi"], version = "^2.3.3"} pikpakapi = "^0.1.10" diff --git a/requirements.txt b/requirements.txt index 0e9f97c8..45f2c70d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,13 +3,13 @@ arrow~=1.3.0 async-timeout~=4.0.3 bbcode~=1.1.0 cachetools~=5.5.0 -emoji~=2.12.1 +emoji~=2.13.0 feedparser~=6.0.11 deep-translator~=1.11.4 ImageHash~=4.3.1 magneturi~=1.3 nb-cli~=1.4.2 -nonebot-adapter-onebot~=2.4.4 +nonebot-adapter-onebot~=2.4.5 nonebot-plugin-apscheduler~=0.5.0 nonebot2[fastapi]~=2.3.3 pikpakapi~=0.1.10