Skip to content

Commit 7f764da

Browse files
fix(deps): update dependency tenacity to v9
1 parent 2ab8ed3 commit 7f764da

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.0"
3737
yarl = "^1.13.1"
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.0
2222
yarl~=1.13.1

0 commit comments

Comments
 (0)