Skip to content

Commit 5af9de5

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 890fefa commit 5af9de5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].1
11+
- uses: actions/[email protected].2
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ feedparser = "^6.0.11"
2424
deep-translator = "^1.11.4"
2525
ImageHash = "^4.3.1"
2626
magneturi = "^1.3"
27-
nonebot-adapter-onebot = "^2.4.5"
27+
nonebot-adapter-onebot = "^2.4.6"
2828
nonebot-plugin-apscheduler = "^0.5.0"
2929
nonebot2 = {extras = ["fastapi"], version = "^2.3.3"}
3030
pikpakapi = "^0.1.10"
@@ -34,7 +34,7 @@ pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
3636
tinydb = "^4.8.2"
37-
yarl = "^1.15.5"
37+
yarl = "^1.16.0"
3838

3939
[tool.poetry.dev-dependencies]
4040
nb-cli = "^1.4.2"

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deep-translator~=1.11.4
99
ImageHash~=4.3.1
1010
magneturi~=1.3
1111
nb-cli~=1.4.2
12-
nonebot-adapter-onebot~=2.4.5
12+
nonebot-adapter-onebot~=2.4.6
1313
nonebot-plugin-apscheduler~=0.5.0
1414
nonebot2[fastapi]~=2.3.3
1515
pikpakapi~=0.1.10
@@ -19,4 +19,4 @@ pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
2121
tinydb~=4.8.2
22-
yarl~=1.15.5
22+
yarl~=1.16.0

0 commit comments

Comments
 (0)