From 1e805c75f22b92273107811b11c3a756dccc4b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:59:31 +0000 Subject: [PATCH] Bump google-auth-oauthlib from 0.5.0 to 1.0.0 in /app Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 0.5.0 to 1.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v0.5.0...v1.0.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b7e3c5d..d9d538f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ Flask==2.0.3 Flask-SQLAlchemy==2.5.1 Werkzeug==2.0.3 -google-auth-oauthlib==0.5.0 +google-auth-oauthlib==1.0.0 google-api-python-client==2.40.0 boto==2.49.0 pillow==9.0.1