From 5d6c20969d8f72413d330005ce9c42f8c6d15862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:16:10 +0200 Subject: [PATCH] chore: Update tenacity requirement from ~=8.2 to >=8.2,<10.0 (#693) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nicor88 <6278547+nicor88@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c8718c1..a7874b4b 100644 --- a/setup.py +++ b/setup.py @@ -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",