From 2003502a43ad50ba4f9d93404e2180588f5389e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:17:13 +0000 Subject: [PATCH] Bump testcontainers[postgres] from 4.13.2 to 4.13.3 Bumps [testcontainers[postgres]](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[postgres] dependency-version: 4.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 032dbd9fb..aff85c291 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -testcontainers[postgres]==4.13.2 +testcontainers[postgres]==4.13.3 pytest docker>=7.1.0 # Required to use requests>=2.32 fastavro>=1.8,<2.0