Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2022
1 parent 9a22e56 commit 6ba71b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ba71b1

Please sign in to comment.