From 18c8eb8009523c8c4fc67cfa4b4b2329f1d56298 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 17:56:55 +0000 Subject: [PATCH] build(deps): Bump google-cloud-storage from 1.19.1 to 1.20.0 in /backend Bumps [google-cloud-storage](https://github.com/GoogleCloudPlatform/google-cloud-python) from 1.19.1 to 1.20.0. - [Release notes](https://github.com/GoogleCloudPlatform/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-cloud-python/compare/storage-1.19.1...storage-1.20.0) Signed-off-by: dependabot-preview[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0ca50cd60..03238c5e5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ datadog==0.30.0 Flask==1.1.1 Flask-Cors==3.0.8 flask-talisman==0.7.0 -google-cloud-storage==1.19.1 +google-cloud-storage==1.20.0 gunicorn==19.9.0 python-dateutil==2.8.0 pytoml==0.1.21