From 7d85776996b06ec1bcf23e4cb770c562703c04cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:20:50 +0000 Subject: [PATCH] Update tenacity requirement in /sdks/python Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/5.0.2...8.1.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index aa4c82e522b8..93a057d1fff7 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -279,7 +279,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>=5.0.2,<9.0', 'pytest>=7.1.2,<8.0', 'pytest-xdist>=2.5.0,<3', 'pytest-timeout>=2.1.0,<3',