From c674df39d98b5cf9d98048764af975cb895d89c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:07:43 +0000 Subject: [PATCH] chore: bump testcontainers from 4.13.3 to 4.14.0 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.13.3 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:production 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 15ee0d7..425bf4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" dependencies = [ "aiohttp==3.13.3", "cryptography==46.0.3", - "testcontainers==4.13.3", + "testcontainers==4.14.0", ] [dependency-groups]