From e575005e0f319deaadbce17c19080f2e6aca9d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:55:01 +0000 Subject: [PATCH] Bump testcontainers from 4.8.2 to 4.14.2 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.8.2 to 4.14.2. - [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.8.2...testcontainers-v4.14.2) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.14.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00e6975..d8acae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ dev = [ "pytest-httpx==0.32.0", "pytest-benchmark==4.0.0", "hypothesis==6.114.0", - "testcontainers[postgres,redis,minio]==4.8.2", + "testcontainers[postgres,redis,minio]==4.14.2", "coverage[toml]==7.6.4", "ruff==0.7.1", "mypy==1.13.0",