From 608ae6872ffc2090ba35cb2184240a7b490bbb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:20:17 +0000 Subject: [PATCH] build(deps): bump testcontainers from 4.10.0 to 4.13.2 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.10.0 to 4.13.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.10.0...testcontainers-v4.13.2) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.13.2 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 fc74fcb..24e262e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ spellcheck = [ tests = [ "pytest==8.3.5", "pytest-asyncio==0.26.0", - "testcontainers==4.10.0" + "testcontainers==4.13.2" ] type_check = [ "mypy[pydantic]==1.15.0",