Skip to content

Commit 44067ea

Browse files
committed
fix(deps): update dependency google-cloud-storage to v3.1.1
1 parent 4237fff commit 44067ea

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
@@ -51,7 +51,7 @@ test = [
5151
"pytest-cov==6.2.1",
5252
"pytest-mock==3.14.1",
5353
"google-cloud-secret-manager==2.24.0",
54-
"google-cloud-storage==3.1.0",
54+
"google-cloud-storage==3.1.1",
5555
]
5656
[build-system]
5757
requires = ["setuptools"]

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.2.1",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.1.0",
55+
"google-cloud-storage==3.1.1",
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.2.1",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.1.0",
55+
"google-cloud-storage==3.1.1",
5656
]
5757

5858
[build-system]

0 commit comments

Comments
 (0)