Skip to content

Commit e752f2b

Browse files
fix(deps): update dependency tenacity to v9
1 parent c8c6f78 commit e752f2b

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.21,<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.1.2"
3636
tinydb = "^4.8.2"
3737
yarl = "^1.20.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.21,<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.1.2
2121
tinydb~=4.8.2
2222
yarl~=1.20.0

0 commit comments

Comments
 (0)