Skip to content

Commit 3ac24d9

Browse files
fix(deps): update all non-major dependencies (#471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3a3353 commit 3ac24d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.3.0"
2929
nonebot-plugin-guild-patch = "^0.2.3"
3030
nonebot2 = {extras = ["fastapi"], version = "^2.1.0"}
3131
pikpakapi = "^0.1.3"
32-
Pillow = "^10.0.0"
32+
Pillow = "^10.0.1"
3333
pydantic = "^1.10.12"
3434
pyquery = "^2.0.0"
3535
python-qbittorrent = "^0.4.3"
@@ -38,7 +38,7 @@ tinydb = "^4.8.0"
3838
yarl = "^1.9.2"
3939

4040
[tool.poetry.dev-dependencies]
41-
nb-cli = "^1.2.3"
41+
nb-cli = "^1.2.4"
4242

4343
[tool.mypy]
4444
python_version = "3.8"

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ feedparser~=6.0.10
88
deep-translator~=1.11.4
99
ImageHash~=4.3.1
1010
magneturi~=1.3
11-
nb-cli~=1.2.3
11+
nb-cli~=1.2.4
1212
nonebot-adapter-onebot~=2.2.4
1313
nonebot-plugin-apscheduler~=0.3.0
1414
nonebot-plugin-guild-patch~=0.2.3
1515
nonebot2[fastapi]~=2.1.0
1616
pikpakapi~=0.1.3
17-
Pillow~=10.0.0
17+
Pillow~=10.0.1
1818
pydantic~=1.10.12
1919
pyquery~=2.0.0
2020
python-qbittorrent~=0.4.3

0 commit comments

Comments
 (0)