From 2fe18b45d682e8ebad983df39f3ce790339c4a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:01:27 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage from 1.42.1 to 1.42.3 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 1.42.1 to 1.42.3. - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v1.42.1...v1.42.3) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5fc234270..d2b89da58 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ fakeredis==1.6.1 Flask==1.1.2 Flask-Cors==3.0.10 flask-talisman==0.8.1 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.3 gunicorn==20.1.0 python-dateutil==2.8.2 pytoml==0.1.21