Skip to content

Commit

Permalink
fix tenacity dependency (#4352)
Browse files Browse the repository at this point in the history
* fix tenacity dependency

* update
  • Loading branch information
dorschw authored Jun 17, 2024
1 parent f232b29 commit f884469
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .changelog/4352.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- description: updated the tenacity version to fix an installation error
type: fix
pr_number: 4352
16 changes: 9 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ requests = "^2.27.1"
"ruamel.yaml" = "^0.17.21"
slack-sdk = "^3.17.0"

tenacity = "^8.2.3"
tenacity = "^8.4.1"
tabulate = ">=0.8.9,<0.10.0"
ujson = "^5.1.0"
urllib3 = ">=1.26,<3"
Expand Down

0 comments on commit f884469

Please sign in to comment.