From dfdb0877d26643653613ff339baa221d717a7eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:47:09 +0000 Subject: [PATCH] Bump google-auth from 2.36.0 to 2.37.0 Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.36.0 to 2.37.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/v2.36.0...v2.37.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... 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 31d2c79de..5e8ea470f 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -5,5 +5,5 @@ # Django # ------------------------------------------------------------------------------ -google-auth==2.36.0 # https://github.com/googleapis/google-auth-library-python +google-auth==2.37.0 # https://github.com/googleapis/google-auth-library-python django-storages[google]==1.14.4