From 47f55ba3438db15f88216df20c3d07649a8f6711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:02:58 +0000 Subject: [PATCH] Update testcontainers requirement from <4.9,>=3.7 to >=3.7,<4.10 Updates the requirements on [testcontainers](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/testcontainers-v4.0.0...testcontainers-v4.9.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04261a6..c9b60c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ ] [project.optional-dependencies] airflow = ["apache-airflow"] -test = ["testcontainers>=3.7,<4.9", "apache-airflow", "pylint", "dlt[duckdb]"] +test = ["testcontainers>=3.7,<4.10", "apache-airflow", "pylint", "dlt[duckdb]"] [tool.setuptools] include-package-data = true