From 955397df47caf1232b6cd4d8f9ae2c01beced6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:09:14 +0000 Subject: [PATCH] Update pyhamcrest requirement in /sdks/python Updates the requirements on [pyhamcrest](https://github.com/hamcrest/PyHamcrest) to permit the latest version. - [Release notes](https://github.com/hamcrest/PyHamcrest/releases) - [Changelog](https://github.com/hamcrest/PyHamcrest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/hamcrest/PyHamcrest/compare/V1.9.0...V2.0.4) --- updated-dependencies: - dependency-name: pyhamcrest 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 96afb23c5481..1ff1fc501e68 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -245,7 +245,7 @@ def get_portability_package_data(): 'mock>=1.0.1,<3.0.0', 'pandas<2.0.0', 'parameterized>=0.7.1,<0.8.0', - 'pyhamcrest>=1.9,!=1.10.0,<2.0.0', + 'pyhamcrest>=1.9,!=1.10.0,<3.0.0', 'pyyaml>=3.12,<7.0.0', 'requests_mock>=1.7,<2.0', 'tenacity>=5.0.2,<6.0',