Skip to content

Commit 73e5a4a

Browse files
authored
fix(deps): update python-nonmajor (#175)
1 parent 6a78495 commit 73e5a4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test = [
4646
"pytest==8.3.5",
4747
"pytest-aioresponses==0.3.0",
4848
"pytest-asyncio==0.26.0",
49-
"pytest-cov==6.1.0",
49+
"pytest-cov==6.1.1",
5050
"google-cloud-secret-manager==2.23.2",
5151
"google-cloud-storage==3.1.0",
5252
]

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"pytest-asyncio==0.26.0",
4949
"pytest==8.3.5",
5050
"pytest-cov==6.1.1",
51-
"Pillow==11.1.0",
51+
"Pillow==11.2.1",
5252
"google-cloud-secret-manager==2.23.2",
5353
"google-cloud-storage==3.1.0",
5454
]

packages/toolbox-langchain/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
langchain-core==0.3.51
1+
langchain-core==0.3.52
22
PyYAML==6.0.2
33
pydantic==2.11.3
44
aiohttp==3.11.16

0 commit comments

Comments
 (0)