diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1193467e..85ccb5e3 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -8,9 +8,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - name: Set up Python - uses: actions/setup-python@v4.2.0 + uses: actions/setup-python@v4.3.0 with: python-version: '3.8' - name: Install dependencies diff --git a/pyproject.toml b/pyproject.toml index 78f2e1eb..7d102899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,20 +21,20 @@ cachetools = "^5.2.0" emoji = "^2.1.0" feedparser = "^6.0.10" deep-translator = "^1.9.0" -ImageHash = "^4.3.0" +ImageHash = "^4.3.1" magneturi = "^1.3" -nonebot-adapter-onebot = "^2.1.3" -nonebot-plugin-apscheduler = "^0.1.4" +nonebot-adapter-onebot = "^2.1.4" +nonebot-plugin-apscheduler = "^0.2.0" nonebot-plugin-guild-patch = "^0.2.1" -nonebot2 = "^2.0.0-beta.5" +nonebot2 = "^2.0.0-rc.1" pikpakapi = "^0.0.7" Pillow = "^9.2.0" pydantic = "^1.10.2" pyquery = "^1.4.3" -python-qbittorrent = "^0.4.2" +python-qbittorrent = "^0.4.3" tenacity = "^8.1.0" tinydb = "^4.7.0" -typing-extensions = "^4.3.0" +typing-extensions = "^4.4.0" yarl = "^1.8.1" [tool.poetry.dev-dependencies] diff --git a/requirements.txt b/requirements.txt index b85818a5..6d97c743 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,19 +5,19 @@ cachetools~=5.2.0 emoji~=2.1.0 feedparser~=6.0.10 deep-translator~=1.9.0 -ImageHash~=4.3.0 +ImageHash~=4.3.1 magneturi~=1.3 nb-cli~=0.6.7 -nonebot-adapter-onebot==2.1.3 -nonebot-plugin-apscheduler~=0.1.4 +nonebot-adapter-onebot==2.1.4 +nonebot-plugin-apscheduler~=0.2.0 nonebot-plugin-guild-patch~=0.2.1 -nonebot2==2.0.0b5 +nonebot2==2.0.0rc1 pikpakapi~=0.0.7 Pillow~=9.2.0 pydantic~=1.10.2 pyquery~=1.4.3 -python-qbittorrent~=0.4.2 +python-qbittorrent~=0.4.3 tenacity==8.1.0 tinydb~=4.7.0 -typing-extensions==4.3.0 +typing-extensions==4.4.0 yarl~=1.8.1 \ No newline at end of file