From 603243253a1d4093b07b419937a76a72070ea3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:24:00 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage from 3.2.0 to 3.4.1 in /backend Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 3.2.0 to 3.4.1. - [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/v3.2.0...v3.4.1) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.4.1 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 03cc0ac51..cb5536fcb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ datadog==0.52.0 Flask==2.2.3 Flask-Cors==6.0.1 flask-talisman==1.1.0 -google-cloud-storage==3.2.0 +google-cloud-storage==3.4.1 gunicorn==23.0.0 python-dateutil==2.9.0.post0 pytoml==0.1.21