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",