From 2d3511ffdb90287517c93b495bc3a1638923726f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 21:41:52 +0000 Subject: [PATCH] Bump google-auth-oauthlib from 0.5.0 to 0.5.1 in /app Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 0.5.0 to 0.5.1. - [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...v0.5.1) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-type: direct:production update-type: version-update:semver-patch ... 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..07fab62 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==0.5.1 google-api-python-client==2.40.0 boto==2.49.0 pillow==9.0.1