From 788d961cf9e0c460db002e7758fa3450876bb9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:06:41 +0000 Subject: [PATCH] Bump google-cloud-storage from 2.17.0 to 2.18.2 Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.17.0 to 2.18.2. - [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.17.0...v2.18.2) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 10937a63..ff80911f 100644 --- a/setup.py +++ b/setup.py @@ -189,7 +189,7 @@ def readme(): "bigquery": [ "google-cloud-bigquery==3.25.0", "pandas-gbq==0.23.1", - "google-cloud-storage==2.17.0" + "google-cloud-storage==2.18.2" ], "cassandra": [ "cassandra-driver==3.29.1", @@ -285,7 +285,7 @@ def readme(): "aiobotocore==2.7.0", "aioboto3==12.0.0", "google-cloud-bigquery==3.25.0", - "google-cloud-storage==2.17.0", + "google-cloud-storage==2.18.2", "pandas-gbq==0.23.1", "tqdm==4.66.4" ]