Skip to content

Commit cd6d0d0

Browse files
fix(deps): update dependency tenacity to v9
1 parent 3d4e713 commit cd6d0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"click >= 8.0.0, < 9.0.0",
3535
"requests >= 2.0.0, < 3.0.0",
3636
"tabulate >= 0.9.0, < 0.10.0",
37-
"tenacity >= 8.0.0, < 9.0.0",
37+
"tenacity >=8.0.0, <9.2.0",
3838
"tqdm >= 4.0.0, < 5.0.0",
3939
"typeguard >= 4, < 5",
4040
"typing-extensions >= 4.1.0, < 5.0.0",

0 commit comments

Comments
 (0)