Skip to content

Commit

Permalink
chore: Update tenacity requirement from ~=8.2 to >=8.2,<10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.2.0...9.0.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 62f1b84 commit f447f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _get_package_version() -> str:
"pyathena>=2.25,<4.0",
"mmh3>=4.0.1,<4.2.0",
"pydantic>=1.10,<3.0",
"tenacity~=8.2",
"tenacity>=8.2,<10.0",
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit f447f0a

Please sign in to comment.