Skip to content

Commit 1b0c666

Browse files
authored
fix(deps): update python-nonmajor (#305)
1 parent f881635 commit 1b0c666

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1",
54+
"google-cloud-storage==3.2.0",
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.3.0",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.1.1",
55+
"google-cloud-storage==3.2.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.1.1",
55+
"google-cloud-storage==3.2.0",
5656
]
5757

5858
[build-system]

packages/toolbox-llamaindex/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e ../toolbox-core
2-
llama-index==0.12.46
2+
llama-index==0.12.47
33
PyYAML==6.0.2
44
pydantic==2.11.7
55
aiohttp==3.12.13

0 commit comments

Comments
 (0)