Skip to content

Commit ec66c48

Browse files
build(deps): update google-auth requirement in /samples/python/psycopg3
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](https://github.com/googleapis/google-auth-library-python/commits) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.49.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 167ec8d commit ec66c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3.3
22
testcontainers~=4.14.1
33
requests==2.32.5
44
google~=3.0.0
5-
google.auth~=2.48.0
5+
google.auth~=2.49.0

0 commit comments

Comments
 (0)