From 28fd419bb3c7664c6914fe5a75bea81fa7acde6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:32:52 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage from 2.18.2 to 3.0.0 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.18.2 to 3.0.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.18.2...v3.0.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-major ... 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 41dd71035..549ba551c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ datadog==0.50.1 Flask==2.2.3 Flask-Cors==5.0.0 flask-talisman==1.1.0 -google-cloud-storage==2.18.2 +google-cloud-storage==3.0.0 gunicorn==23.0.0 python-dateutil==2.9.0.post0 pytoml==0.1.21