From 79d5f082e099b9ed39f2efe214752afbb5f2a13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:49:11 +0000 Subject: [PATCH] Bump google-auth from 1.28.1 to 2.23.4 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 1.28.1 to 2.23.4. - [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.23.4) --- 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..9c81cac44 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.23.4 # https://github.com/googleapis/google-auth-library-python django-storages[google]==1.14.2