Skip to content

Commit 9fe8558

Browse files
committed
fix(deps): update all non-major dependencies
1 parent cc5825f commit 9fe8558

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ nonebot2 = {extras = ["fastapi"], version = "^2.3.3"}
3030
pikpakapi = "^0.1.10"
3131
Pillow = "^10.4.0"
3232
pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
33-
pyquery = "^2.0.0"
33+
pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
3636
tinydb = "^4.8.0"
37-
yarl = "^1.9.4"
37+
yarl = "^1.9.5"
3838

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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ nonebot2[fastapi]~=2.3.3
1515
pikpakapi~=0.1.10
1616
Pillow~=10.4.0
1717
pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
18-
pyquery~=2.0.0
18+
pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
2121
tinydb~=4.8.0
22-
yarl~=1.9.4
22+
yarl~=1.9.5

0 commit comments

Comments
 (0)