Skip to content

Commit 5db97ae

Browse files
authored
fix(deps): update dependency google-cloud-storage to v3.3.0 (#338)
1 parent 6e5d092 commit 5db97ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test = [
5353
"pytest-cov==6.2.1",
5454
"pytest-mock==3.14.1",
5555
"google-cloud-secret-manager==2.24.0",
56-
"google-cloud-storage==3.2.0",
56+
"google-cloud-storage==3.3.0",
5757
"aioresponses==0.7.8"
5858
]
5959
[build-system]

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
"pytest-cov==6.2.1",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.2.0",
55+
"google-cloud-storage==3.3.0",
5656
]
5757

5858
[build-system]

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
"pytest-cov==6.2.1",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.2.0",
55+
"google-cloud-storage==3.3.0",
5656
]
5757

5858
[build-system]

0 commit comments

Comments
 (0)