From b440a67d153a1e70209f22e1f410a02bd395ba12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:44:41 +0000 Subject: [PATCH] chore: bump testcontainers from 4.14.0 to 4.14.1 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.14.0 to 4.14.1. - [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.14.0...testcontainers-v4.14.1) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f7093c..1f64606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" dependencies = [ "aiohttp==3.13.3", "cryptography==46.0.4", - "testcontainers==4.14.0", + "testcontainers==4.14.1", ] [dependency-groups]