From 59e65d97db6524a2e6901323feab36fa23affd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:47:19 +0000 Subject: [PATCH] Update testcontainers[mysql] requirement in /sdks/python Updates the requirements on [testcontainers[mysql]](https://github.com/testcontainers/testcontainers-python) to permit the latest version. - [Release notes](https://github.com/testcontainers/testcontainers-python/releases) - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-python/compare/v3.0.3...testcontainers-v4.8.0) --- updated-dependencies: - dependency-name: testcontainers[mysql] 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 fa02a658612f..85ae2803fcfc 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -263,7 +263,7 @@ def get_portability_package_data(): 'scikit-learn>=0.20.0', 'sqlalchemy>=1.3,<2.0', 'psycopg2-binary>=2.8.5,<3.0.0', - 'testcontainers[mysql]>=3.0.3,<4.0.0', + 'testcontainers[mysql]>=3.0.3,<5.0.0', 'cryptography>=36.0.0', ], 'gcp': [