From e0e5563178f7875d84dbedecde702b8e4174ff0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:42:05 +0000 Subject: [PATCH] Bump google-auth from 2.23.4 to 2.33.0 in /back Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.23.4 to 2.33.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.23.4...v2.33.0) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 7b37a908..3516490a 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -5,6 +5,6 @@ requests==2.31.0 redis==5.0.0 flask_cors==4.0.0 bcrypt==4.0.1 -google-auth==2.23.4 +google-auth==2.33.0 python-dateutil==2.8.2 gevent \ No newline at end of file