From b579a3ee34fb05285d481e84eda1774cb8237a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 21:18:12 +0000 Subject: [PATCH] Bump google-api-python-client from 2.37.0 to 2.40.0 in /app Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.37.0 to 2.40.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.37.0...v2.40.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... 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 3380b13..45dbac9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,6 +2,6 @@ Flask==2.0.3 Flask-SQLAlchemy==2.5.1 Werkzeug==2.0.3 google-auth-oauthlib==0.4.6 -google-api-python-client==2.37.0 +google-api-python-client==2.40.0 boto==2.49.0 pillow==9.0.1