From 185c175599af244011588e573ab9fa094cf9b87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:04:20 +0000 Subject: [PATCH] Bump google-api-python-client from 2.40.0 to 2.73.0 in /app Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.40.0 to 2.73.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.40.0...v2.73.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 b7e3c5d..a59a0cf 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.5.0 -google-api-python-client==2.40.0 +google-api-python-client==2.73.0 boto==2.49.0 pillow==9.0.1