Skip to content

Commit 8d909a9

Browse files
authored
fix(deps): update python-nonmajor (#180)
1 parent c886235 commit 8d909a9

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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-
"google-cloud-secret-manager==2.23.2",
51+
"google-cloud-secret-manager==2.23.3",
5252
"google-cloud-storage==3.1.0",
5353
]
5454
[build-system]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aiohttp==3.11.16
1+
aiohttp==3.11.18
22
pydantic==2.11.3

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
"pytest==8.3.5",
5151
"pytest-cov==6.1.1",
5252
"Pillow==11.2.1",
53-
"google-cloud-secret-manager==2.23.2",
53+
"google-cloud-secret-manager==2.23.3",
5454
"google-cloud-storage==3.1.0",
5555
]
5656

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
langchain-core==0.3.52
1+
langchain-core==0.3.56
22
PyYAML==6.0.2
33
pydantic==2.11.3
4-
aiohttp==3.11.16
4+
aiohttp==3.11.18
55
deprecated==1.2.18

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ test = [
4949
"pytest-asyncio==0.26.0",
5050
"pytest==8.3.5",
5151
"pytest-cov==6.1.1",
52-
"Pillow==11.1.0",
53-
"google-cloud-secret-manager==2.23.2",
52+
"Pillow==11.2.1",
53+
"google-cloud-secret-manager==2.23.3",
5454
"google-cloud-storage==3.1.0",
5555
]
5656

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
llama-index==0.12.28
1+
llama-index==0.12.33
22
PyYAML==6.0.2
3-
pydantic==2.11.2
4-
aiohttp==3.11.16
3+
pydantic==2.11.3
4+
aiohttp==3.11.18
55
deprecated==1.2.18

0 commit comments

Comments
 (0)