From 001d23580f782a512f887c32075f1022b063b21a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 Jul 2024 00:37:09 +0000 Subject: [PATCH] deps: update dependency google.auth to v2.32.0 --- samples/python/django/requirements.txt | 2 +- samples/python/psycopg3/requirements.txt | 2 +- samples/python/sqlalchemy2-sample/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/python/django/requirements.txt b/samples/python/django/requirements.txt index 00dbfb9bd..d6b52a411 100644 --- a/samples/python/django/requirements.txt +++ b/samples/python/django/requirements.txt @@ -2,6 +2,6 @@ psycopg-binary==3.1.19 pytz==2024.1 Django==5.0.6 google==3.0.0 -google.auth==2.31.0 +google.auth==2.32.0 testcontainers==4.7.1 requests==2.32.3 diff --git a/samples/python/psycopg3/requirements.txt b/samples/python/psycopg3/requirements.txt index 232d379fb..042fda258 100644 --- a/samples/python/psycopg3/requirements.txt +++ b/samples/python/psycopg3/requirements.txt @@ -2,4 +2,4 @@ psycopg[binary]~=3.1.19 testcontainers~=4.7.1 requests==2.32.3 google~=3.0.0 -google.auth~=2.31.0 \ No newline at end of file +google.auth~=2.32.0 \ No newline at end of file diff --git a/samples/python/sqlalchemy2-sample/requirements.txt b/samples/python/sqlalchemy2-sample/requirements.txt index a4aa7b57a..636c386e6 100644 --- a/samples/python/sqlalchemy2-sample/requirements.txt +++ b/samples/python/sqlalchemy2-sample/requirements.txt @@ -2,6 +2,6 @@ psycopg[binary]==3.1.18 pytz==2024.1 sqlalchemy==2.0.31 google~=3.0.0 -google.auth~=2.31.0 +google.auth~=2.32.0 testcontainers~=4.7.0 requests==2.32.3