From 8fde73f8ef9e44849eb5fd28507925bcf2df820b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 22:35:39 +0000 Subject: [PATCH] Update google-auth-httplib2 requirement in /sdks/python Updates the requirements on [google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-httplib2/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: google-auth-httplib2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 1b0b237593b4..37958314ea23 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -280,7 +280,7 @@ def get_portability_package_data(): # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 'google-auth>=1.18.0,<3', - 'google-auth-httplib2>=0.1.0,<0.2.0', + 'google-auth-httplib2>=0.1.0,<0.3.0', 'google-cloud-datastore>=1.8.0,<2', 'google-cloud-pubsub>=2.1.0,<3', 'google-cloud-pubsublite>=1.2.0,<2',