From 2d0e795945803d0c9756283f7e1b50eefa862e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:05:38 +0000 Subject: [PATCH] Bump testcontainers from 4.7.1 to 4.7.2 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.7.1 to 4.7.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.7.1...testcontainers-v4.7.2) --- updated-dependencies: - dependency-name: testcontainers 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 80e58e1..39ea15c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ pytest==8.2.2 -testcontainers==4.7.1 \ No newline at end of file +testcontainers==4.7.2 \ No newline at end of file