From 33f0a97060882165a56bfe39f09240a747f1ebd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:01:31 +0000 Subject: [PATCH] build(deps): bump google-cloud-storage in /examples/python Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.1.0 to 2.2.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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/python/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 09d0bdd9c0..07b45255c9 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -10,7 +10,7 @@ certifi==2021.5.30 # via requests charset-normalizer==2.0.6 # via requests -google-api-core==2.1.0 +google-api-core==2.7.1 # via # google-cloud-core # google-cloud-storage @@ -21,11 +21,11 @@ google-auth==2.2.1 # google-cloud-storage google-cloud-core==2.1.0 # via google-cloud-storage -google-cloud-storage==2.1.0 +google-cloud-storage==2.2.0 # via -r requirements.in google-crc32c==1.3.0 # via google-resumable-media -google-resumable-media==2.0.3 +google-resumable-media==2.3.2 # via google-cloud-storage googleapis-common-protos==1.53.0 # via google-api-core