From 650018426b98280cd5c9147777cf33552cfee510 Mon Sep 17 00:00:00 2001 From: Cathy Ouyang Date: Tue, 7 Nov 2023 12:16:11 -0800 Subject: [PATCH] chore(samples): bump storage to latest --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index f9b37be52..617ae8a33 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,4 +1,4 @@ google-cloud-pubsub==2.18.3 -google-cloud-storage==2.10.0 +google-cloud-storage==2.13.0 pandas===1.3.5; python_version == '3.7' pandas==2.0.3; python_version >= '3.8'