Skip to content

Commit d870682

Browse files
authored
deps: update dependency google.auth to v2.41.0 (GoogleCloudPlatform#3804)
1 parent d38da12 commit d870682

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

samples/python/connectorx/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pandas==2.3.3
33
testcontainers~=4.13.0
44
requests==2.32.5
55
google~=3.0.0
6-
google.auth~=2.40.1
6+
google.auth~=2.41.0

samples/python/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ psycopg-binary==3.2.10
22
pytz==2025.2
33
Django==5.2.6
44
google==3.0.0
5-
google.auth==2.40.3
5+
google.auth==2.41.0
66
testcontainers==4.13.1
77
requests==2.32.5

samples/python/psycopg3/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ psycopg[binary]~=3.2.10
22
testcontainers~=4.13.1
33
requests==2.32.5
44
google~=3.0.0
5-
google.auth~=2.40.3
5+
google.auth~=2.41.0

samples/python/sqlalchemy2-sample/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ psycopg[binary]==3.2.10
22
pytz==2025.2
33
sqlalchemy==2.0.43
44
google~=3.0.0
5-
google.auth~=2.40.1
5+
google.auth~=2.41.0
66
testcontainers~=4.13.0
77
requests==2.32.5

0 commit comments

Comments
 (0)