Skip to content

Commit

Permalink
build(deps): update google-auth requirement in /samples/python/psycopg3
Browse files Browse the repository at this point in the history
Updates the requirements on [google-auth](https://github.com/googleapis/google-auth-library-python) to permit the latest version.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.36.0...v2.37.0)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent bffcff4 commit b3d7570
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b3d7570

Please sign in to comment.