Skip to content

Commit 55df0b7

Browse files
build(deps): update google-auth requirement in /samples/python/psycopg3 (#4215)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0eebe26 commit 55df0b7

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)