From 26c3707e37f61de8db082e3bcbd6399c217e1617 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 08:58:36 +0000 Subject: [PATCH] build(deps): Bump google-cloud-storage from 1.24.1 to 1.25.0 in /backend Bumps [google-cloud-storage](https://github.com/GoogleCloudPlatform/google-cloud-python) from 1.24.1 to 1.25.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.24.1...storage-1.25.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 ed26a3ea4..fe4cec4e8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ fakeredis==1.1.0 Flask==1.1.1 Flask-Cors==3.0.8 flask-talisman==0.7.0 -google-cloud-storage==1.24.1 +google-cloud-storage==1.25.0 gunicorn==20.0.4 python-dateutil==2.8.1 pytoml==0.1.21