Skip to content

Commit

Permalink
deps: update dependency google.auth to v2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 9, 2024
1 parent 372494e commit 001d235
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.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
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.1.19
testcontainers~=4.7.1
requests==2.32.3
google~=3.0.0
google.auth~=2.31.0
google.auth~=2.32.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.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

0 comments on commit 001d235

Please sign in to comment.