From 2c779d7f04db7d75c7a79af75f25e5c3b71cc196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:33:20 +0000 Subject: [PATCH] chore(deps): bump google-cloud-storage in /azure-job-to-gcp/job Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.16.0 to 2.17.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.16.0...v2.17.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- azure-job-to-gcp/job/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-job-to-gcp/job/requirements.txt b/azure-job-to-gcp/job/requirements.txt index 661c77a..267614c 100644 --- a/azure-job-to-gcp/job/requirements.txt +++ b/azure-job-to-gcp/job/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==2.16.0 +google-cloud-storage==2.17.0 requests==2.32.3 azure-identity==1.16.0