From b3d7570724bb55784560adeb446634edb921f153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:36:46 +0000 Subject: [PATCH] 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/compare/v2.36.0...v2.37.0) --- updated-dependencies: - dependency-name: google-auth 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 15f4153d9..79d2359d4 100644 --- a/samples/python/psycopg3/requirements.txt +++ b/samples/python/psycopg3/requirements.txt @@ -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 \ No newline at end of file +google.auth~=2.37.0 \ No newline at end of file