Skip to content

Commit

Permalink
deps: update dependency google.auth to v2.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 14, 2024
1 parent bffcff4 commit 6168879
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/python/connectorx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pandas==2.2.3
testcontainers~=4.8.0
requests==2.32.3
google~=3.0.0
google.auth~=2.36.0
google.auth~=2.37.0
2 changes: 1 addition & 1 deletion samples/python/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ psycopg-binary==3.2.3
pytz==2024.2
Django==5.1.4
google==3.0.0
google.auth==2.36.0
google.auth==2.37.0
testcontainers==4.8.2
requests==2.32.3
2 changes: 1 addition & 1 deletion samples/python/psycopg3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ psycopg[binary]~=3.2.3
testcontainers~=4.8.2
requests==2.32.3
google~=3.0.0
google.auth~=2.36.0
google.auth~=2.37.0
2 changes: 1 addition & 1 deletion samples/python/sqlalchemy2-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ psycopg[binary]==3.2.3
pytz==2024.2
sqlalchemy==2.0.36
google~=3.0.0
google.auth~=2.36.0
google.auth~=2.37.0
testcontainers~=4.8.0
requests==2.32.3

0 comments on commit 6168879

Please sign in to comment.