From 66a27c08665b686d880069ac59d16571a18a3feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:42:32 +0000 Subject: [PATCH] Update testcontainers requirement in /python in the pip group Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version. Updates `testcontainers` to 4.14.0 - [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.13.3...testcontainers-v4.14.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.14.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d45f90a..129a3b7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,7 +18,7 @@ numpy = ">=1.24.0" [tool.poetry.group.dev.dependencies] pytest = ">=8.2.1" -testcontainers = {extras = ["core"], version = "4.13.3"} +testcontainers = {extras = ["core"], version = "4.14.0"} [build-system] requires = ["poetry-core"]