From aa7765417f2cb599ca6c2c86c5e4517b888d9386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:25:44 +0000 Subject: [PATCH] Bump google-cloud-storage from 2.14.0 to 2.17.0 Bumps [google-cloud-storage](https://github.com/googleapis/python-storage) from 2.14.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.14.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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 694c0c50..8fb290f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ ffmpeg-python==0.2.0 gensim==4.3.2 gguf==0.6.0 google-api-python-client==2.105.0 -google-cloud-storage==2.14.0 +google-cloud-storage==2.17.0 hdbscan==0.8.33 jira==3.6.0 jmespath==1.0.1 diff --git a/setup.py b/setup.py index 725c62fe..9b98cd23 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "gensim==4.3.2", "gguf==0.6.0", "google-api-python-client==2.105.0", - "google-cloud-storage==2.14.0", + "google-cloud-storage==2.17.0", "hdbscan==0.8.33", "jira==3.6.0", "jmespath==1.0.1",