Skip to content

Commit 42b63c7

Browse files
committed
fix(deps): update python-nonmajor
1 parent 536ec0a commit 42b63c7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"pytest-aioresponses==0.3.0",
4949
"pytest-asyncio==0.26.0",
5050
"pytest-cov==6.1.1",
51-
"pytest-mock==3.14.0",
51+
"pytest-mock==3.14.1",
5252
"google-cloud-secret-manager==2.23.3",
5353
"google-cloud-storage==3.1.0",
5454
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.11.18
2-
pydantic==2.11.4
1+
aiohttp==3.12.4
2+
pydantic==2.11.5
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
langchain-core==0.3.60
2+
langchain-core==0.3.62
33
PyYAML==6.0.2
4-
pydantic==2.11.4
5-
aiohttp==3.11.18
4+
pydantic==2.11.5
5+
aiohttp==3.12.4
66
deprecated==1.2.18
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
2-
llama-index==0.12.37
2+
llama-index==0.12.38
33
PyYAML==6.0.2
4-
pydantic==2.11.4
5-
aiohttp==3.11.18
4+
pydantic==2.11.5
5+
aiohttp==3.12.4
66
deprecated==1.2.18

0 commit comments

Comments
 (0)