Skip to content

Commit 2725fd2

Browse files
authored
fix(deps): update python-nonmajor (#289)
1 parent 4237fff commit 2725fd2

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.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]

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.42
2+
llama-index==0.12.43
33
PyYAML==6.0.2
44
pydantic==2.11.7
55
aiohttp==3.12.13

0 commit comments

Comments
 (0)