From 43ba648f3023cb6a93bea516aa60440f2a20d32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:49:27 +0000 Subject: [PATCH] Bump testcontainers[postgres] from 4.13.0 to 4.13.1 Bumps [testcontainers[postgres]](https://github.com/testcontainers/testcontainers-python) from 4.13.0 to 4.13.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.13.0...testcontainers-v4.13.1) --- updated-dependencies: - dependency-name: testcontainers[postgres] dependency-version: 4.13.1 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 e7939ef50..41165208b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -testcontainers[postgres]==4.13.0 +testcontainers[postgres]==4.13.1 pytest docker>=7.1.0 # Required to use requests>=2.32 fastavro>=1.8,<2.0