From 9747a611d5a2f3d67f5d83f01df8affab1c4ff5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 07:29:18 +0000 Subject: [PATCH] build(deps): update google-auth requirement in /samples/python/psycopg3 Updates the requirements on [google-auth](https://github.com/googleapis/google-cloud-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.3...google-auth-v2.57.0) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.57.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/python/psycopg3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/psycopg3/requirements.txt b/samples/python/psycopg3/requirements.txt index 3228a8170f..61d38a4311 100644 --- a/samples/python/psycopg3/requirements.txt +++ b/samples/python/psycopg3/requirements.txt @@ -2,4 +2,4 @@ psycopg[binary]~=3.3.4 testcontainers~=4.15.0 requests==2.34.2 google~=3.0.0 -google.auth~=2.56.3 \ No newline at end of file +google.auth~=2.57.0 \ No newline at end of file