Skip to content

Commit

Permalink
chore: Update tenacity requirement from ~=8.2 to >=8.2,<10.0 (#693)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nicor88 <6278547+nicor88@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and nicor88 authored Aug 5, 2024
1 parent fa6b1b3 commit 5d6c209
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 5d6c209

Please sign in to comment.