Skip to content

Commit c3e8ff6

Browse files
authored
chore(deps): update python-nonmajor (#368)
1 parent eb76680 commit c3e8ff6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ test = [
5151
"pytest-aioresponses==0.3.0",
5252
"pytest-asyncio==1.2.0",
5353
"pytest-cov==6.3.0",
54-
"pytest-mock==3.15.0",
54+
"pytest-mock==3.15.1",
5555
"google-cloud-secret-manager==2.24.0",
56-
"google-cloud-storage==3.3.1",
56+
"google-cloud-storage==3.4.0",
5757
"aioresponses==0.7.8"
5858
]
5959
[build-system]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.12.15
2-
pydantic==2.11.7
2+
pydantic==2.11.9
33
deprecated==1.2.18
44
requests==2.32.5
55
google-auth==2.40.3

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.3.0",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.3.1",
55+
"google-cloud-storage==3.4.0",
5656
]
5757

5858
[build-system]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
22
langchain-core==0.3.76
33
PyYAML==6.0.2
4-
pydantic==2.11.7
4+
pydantic==2.11.9
55
aiohttp==3.12.15
66
deprecated==1.2.18

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.3.0",
5353
"Pillow==11.3.0",
5454
"google-cloud-secret-manager==2.24.0",
55-
"google-cloud-storage==3.3.1",
55+
"google-cloud-storage==3.4.0",
5656
]
5757

5858
[build-system]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
llama-index==0.14.0
2+
llama-index==0.14.2
33
PyYAML==6.0.2
4-
pydantic==2.11.7
4+
pydantic==2.11.9
55
aiohttp==3.12.15
66
deprecated==1.2.18

0 commit comments

Comments
 (0)