From 823d72b9567eb728d23c24b9bf8cace91878a60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:06:52 +0000 Subject: [PATCH] chore: bump testcontainers from 4.13.2 to 4.13.3 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.13.2 to 4.13.3. - [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.2...testcontainers-v4.13.3) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.13.3 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 2fc1cbe..9b15796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" dependencies = [ "aiohttp==3.13.2", "cryptography==46.0.3", - "testcontainers==4.13.2", + "testcontainers==4.13.3", ] [dependency-groups]