From b0f4d3796e4abb4d5cbf3231a8550489a2d763a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:39:22 +0200 Subject: [PATCH] build(deps): update testcontainers requirement (#2077) Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- samples/python/psycopg3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/psycopg3/requirements.txt b/samples/python/psycopg3/requirements.txt index c6fbe3e30..12479ddb1 100644 --- a/samples/python/psycopg3/requirements.txt +++ b/samples/python/psycopg3/requirements.txt @@ -1,5 +1,5 @@ psycopg[binary]~=3.2.1 -testcontainers~=4.7.1 +testcontainers~=4.7.2 requests==2.32.3 google~=3.0.0 google.auth~=2.32.0 \ No newline at end of file