From 2920b59a1e1007144acc1385ac6efecbd02dc583 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 09:11:33 +0000 Subject: [PATCH] build(deps): Bump google-cloud-storage from 1.27.0 to 1.28.0 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v1.27.0...v1.28.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 1df2c848e..a09f0b0a0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ fakeredis==1.4.0 Flask==1.1.2 Flask-Cors==3.0.8 flask-talisman==0.7.0 -google-cloud-storage==1.27.0 +google-cloud-storage==1.28.0 gunicorn==20.0.4 python-dateutil==2.8.1 pytoml==0.1.21