Skip to content

Commit 2cf4e79

Browse files
fix(deps): update dependency tenacity to v9
1 parent c507339 commit 2cf4e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pillow = "^10.4.0"
3232
pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
3333
pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
35-
tenacity = "^8.5.0"
35+
tenacity = "^9.0.0"
3636
tinydb = "^4.8.2"
3737
yarl = "^1.15.0"
3838

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pillow~=10.4.0
1717
pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
1818
pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
20-
tenacity~=8.5.0
20+
tenacity~=9.0.0
2121
tinydb~=4.8.2
2222
yarl~=1.15.0

0 commit comments

Comments
 (0)