Skip to content

Commit

Permalink
fix(deps): update dependency tenacity to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent 08d66b6 commit bc907e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pillow = "^10.4.0"
pydantic = ">=1.10.17,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.0"
python-qbittorrent = "^0.4.3"
tenacity = "^8.5.0"
tenacity = "^9.0.0"
tinydb = "^4.8.0"
yarl = "^1.9.4"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Pillow~=10.4.0
pydantic>=1.10.17,<3.0.0,!=2.5.0,!=2.5.1
pyquery~=2.0.0
python-qbittorrent~=0.4.3
tenacity~=8.5.0
tenacity~=9.0.0
tinydb~=4.8.0
yarl~=1.9.4

0 comments on commit bc907e4

Please sign in to comment.