diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index a70d4fd7..aa521bb5 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Set up Python - uses: actions/setup-python@v4.7.1 + uses: actions/setup-python@v4.8.0 with: python-version: '3.8' - name: Install dependencies @@ -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..e4ec7355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,31 +14,31 @@ 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.3"} arrow = "^1.3.0" async-timeout = "^4.0.3" bbcode = "^1.1.0" cachetools = "^5.3.2" -emoji = "^2.8.0" -feedparser = "^6.0.10" +emoji = "^2.10.1" +feedparser = "^6.0.11" deep-translator = "^1.11.4" ImageHash = "^4.3.1" magneturi = "^1.3" -nonebot-adapter-onebot = "^2.3.1" -nonebot-plugin-apscheduler = "^0.3.0" +nonebot-adapter-onebot = "^2.4.1" +nonebot-plugin-apscheduler = "^0.4.0" nonebot-plugin-guild-patch = "^0.2.3" -nonebot2 = {extras = ["fastapi"], version = "^2.1.1"} -pikpakapi = "^0.1.3" -Pillow = "^10.1.0" -pydantic = "^1.10.13" +nonebot2 = {extras = ["fastapi"], version = "^2.2.1"} +pikpakapi = "^0.1.6" +Pillow = "^10.2.0" +pydantic = "^1.10.14" pyquery = "^2.0.0" python-qbittorrent = "^0.4.3" tenacity = "^8.2.3" tinydb = "^4.8.0" -yarl = "^1.9.2" +yarl = "^1.9.4" [tool.poetry.dev-dependencies] -nb-cli = "^1.2.6" +nb-cli = "^1.3.1" [tool.mypy] python_version = "3.8" diff --git a/requirements.txt b/requirements.txt index 601fa794..c3221754 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ -aiohttp[speedups]~=3.8.6 +aiohttp[speedups]~=3.9.3 arrow~=1.3.0 async-timeout~=4.0.3 bbcode~=1.1.0 cachetools~=5.3.2 -emoji~=2.8.0 -feedparser~=6.0.10 +emoji~=2.10.1 +feedparser~=6.0.11 deep-translator~=1.11.4 ImageHash~=4.3.1 magneturi~=1.3 -nb-cli~=1.2.6 -nonebot-adapter-onebot~=2.3.1 -nonebot-plugin-apscheduler~=0.3.0 +nb-cli~=1.3.1 +nonebot-adapter-onebot~=2.4.1 +nonebot-plugin-apscheduler~=0.4.0 nonebot-plugin-guild-patch~=0.2.3 -nonebot2[fastapi]~=2.1.1 -pikpakapi~=0.1.3 -Pillow~=10.1.0 -pydantic~=1.10.13 +nonebot2[fastapi]~=2.2.1 +pikpakapi~=0.1.6 +Pillow~=10.2.0 +pydantic~=1.10.14 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.4 \ No newline at end of file