diff --git a/samples/python/django/requirements.txt b/samples/python/django/requirements.txt index 78616630b..b7a8a38f8 100644 --- a/samples/python/django/requirements.txt +++ b/samples/python/django/requirements.txt @@ -3,5 +3,5 @@ pytz==2024.1 Django==5.0.6 google==3.0.0 google.auth==2.30.0 -testcontainers==4.6.0 +testcontainers==4.7.0 requests==2.32.3 diff --git a/samples/python/psycopg3/requirements.txt b/samples/python/psycopg3/requirements.txt index 772355052..5cae7e1bb 100644 --- a/samples/python/psycopg3/requirements.txt +++ b/samples/python/psycopg3/requirements.txt @@ -1,5 +1,5 @@ psycopg[binary]~=3.1.19 -testcontainers~=4.6.0 +testcontainers~=4.7.0 requests==2.32.3 google~=3.0.0 google.auth~=2.30.0 \ No newline at end of file diff --git a/samples/python/sqlalchemy2-sample/requirements.txt b/samples/python/sqlalchemy2-sample/requirements.txt index 37a1a501f..292d8bcad 100644 --- a/samples/python/sqlalchemy2-sample/requirements.txt +++ b/samples/python/sqlalchemy2-sample/requirements.txt @@ -3,5 +3,5 @@ pytz==2024.1 sqlalchemy==2.0.31 google~=3.0.0 google.auth~=2.30.0 -testcontainers~=4.6.0 +testcontainers~=4.7.0 requests==2.32.3 diff --git a/samples/snippets/python-snippets/requirements.txt b/samples/snippets/python-snippets/requirements.txt index 64f4b211b..675b9995a 100644 --- a/samples/snippets/python-snippets/requirements.txt +++ b/samples/snippets/python-snippets/requirements.txt @@ -1,2 +1,2 @@ psycopg~=3.1.18 -testcontainers~=4.6.0 +testcontainers~=4.7.0