diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 1b0b237593b4..df1414643468 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -260,7 +260,7 @@ def get_portability_package_data(): 'pyhamcrest>=1.9,!=1.10.0,<2.0.0', 'pyyaml>=3.12,<7.0.0', 'requests_mock>=1.7,<2.0', - 'tenacity>=5.0.2,<6.0', + 'tenacity>=8.4.2,<9.0', 'pytest>=7.1.2,<8.0', 'pytest-xdist>=2.5.0,<3', 'pytest-timeout>=2.1.0,<3',