From 1129b06b649fa80c73f4a9a46dff36760a130baa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:14:21 +0000 Subject: [PATCH] Update dependency google-cloud-storage to v2.19.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7edd248..9f38bbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ flake8==7.1.1 ; python_version >= "3.10" and python_version < "4.0" google-api-core==2.19.1 ; python_version >= "3.10" and python_version < "4.0" google-auth==2.33.0 ; python_version >= "3.10" and python_version < "4.0" google-cloud-core==2.4.1 ; python_version >= "3.10" and python_version < "4.0" -google-cloud-storage==2.18.1 ; python_version >= "3.10" and python_version < "4.0" +google-cloud-storage==2.19.0 ; python_version >= "3.10" and python_version < "4.0" google-crc32c==1.5.0 ; python_version >= "3.10" and python_version < "4.0" google-resumable-media==2.7.2 ; python_version >= "3.10" and python_version < "4.0" googleapis-common-protos==1.63.2 ; python_version >= "3.10" and python_version < "4.0"