From e7e14c15aed1684cbd5ae69c2eb45be1a893b124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:34:22 +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.1) --- 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 1b0b237593b4..05356ea4d964 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -267,7 +267,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': [