From a866a168b66bf0a9fba36fad81a5ea2ee1dde54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:49:46 +0000 Subject: [PATCH] chore(deps): update google-cloud-storage requirement Updates the requirements on [google-cloud-storage](https://github.com/googleapis/python-storage) to permit the latest version. - [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.14.0...v3.6.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/devops/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/devops/requirements.txt b/scripts/project-templates/devops/requirements.txt index a46297e..b938d65 100644 --- a/scripts/project-templates/devops/requirements.txt +++ b/scripts/project-templates/devops/requirements.txt @@ -8,7 +8,7 @@ ansible-core>=2.16.0,<3.0.0 # Cloud SDKs boto3>=1.34.0,<2.0.0 botocore>=1.34.0,<2.0.0 -google-cloud-storage>=2.14.0,<3.0.0 +google-cloud-storage>=2.14.0,<4.0.0 azure-storage-blob>=12.19.0,<13.0.0 # HTTP & API