From 2ee8e49cdfd5aa3a6927c16b6a7514df0b11e5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:52:52 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage from 2.12.0 to 2.13.0 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.12.0 to 2.13.0. - [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/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... 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 850acd82a..a00e963e0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ datadog==0.47.0 Flask==2.2.3 Flask-Cors==4.0.0 flask-talisman==1.1.0 -google-cloud-storage==2.12.0 +google-cloud-storage==2.13.0 gunicorn==21.2.0 python-dateutil==2.8.2 pytoml==0.1.21