From 8d00d7a55acf588681ddb6dd280af65046dfb62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:53:21 +0000 Subject: [PATCH] Bump google-auth from 1.28.1 to 2.24.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 1.28.1 to 2.24.0. - [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/v1.28.1...v2.24.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 627490600..521592ea3 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -5,5 +5,5 @@ # Django # ------------------------------------------------------------------------------ -google-auth==1.28.1 # https://github.com/googleapis/google-auth-library-python +google-auth==2.24.0 # https://github.com/googleapis/google-auth-library-python django-storages[google]==1.14.2