Skip to content

Commit ccff701

Browse files
committed
chore(deps): update python-nonmajor
1 parent 1fcf499 commit ccff701

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"black[jupyter]==25.11.0",
46+
"black[jupyter]==25.12.0",
4747
"isort==7.0.0",
4848
"mypy==1.19.0",
49-
"pytest==9.0.1",
49+
"pytest==9.0.2",
5050
"pytest-aioresponses==0.3.0",
5151
"pytest-asyncio==1.3.0",
5252
"pytest-cov==7.0.0",
5353
"pytest-mock==3.15.1",
5454
"google-cloud-secret-manager==2.25.0",
55-
"google-cloud-storage==3.6.0",
55+
"google-cloud-storage==3.7.0",
5656
"aioresponses==0.7.8"
5757
]
5858
[build-system]

packages/toolbox-langchain/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"black[jupyter]==25.11.0",
46+
"black[jupyter]==25.12.0",
4747
"isort==7.0.0",
4848
"mypy==1.19.0",
4949
"pytest-asyncio==1.3.0",
50-
"pytest==9.0.1",
50+
"pytest==9.0.2",
5151
"pytest-cov==7.0.0",
5252
"Pillow==12.0.0; python_version >= '3.10'",
5353
"google-cloud-secret-manager==2.25.0",
54-
"google-cloud-storage==3.6.0",
54+
"google-cloud-storage==3.7.0",
5555
]
5656

5757
[build-system]

packages/toolbox-langchain/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-
langchain-core==1.1.1
2+
langchain-core==1.1.3
33
PyYAML==6.0.3
44
pydantic==2.12.5
55
aiohttp==3.13.2

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"black[jupyter]==25.11.0",
46+
"black[jupyter]==25.12.0",
4747
"isort==7.0.0",
4848
"mypy==1.19.0",
4949
"pytest-asyncio==1.3.0",
50-
"pytest==9.0.1",
50+
"pytest==9.0.2",
5151
"pytest-cov==7.0.0",
5252
"Pillow==12.0.0; python_version >= '3.10'",
5353
"google-cloud-secret-manager==2.25.0",
54-
"google-cloud-storage==3.6.0",
54+
"google-cloud-storage==3.7.0",
5555
]
5656

5757
[build-system]

0 commit comments

Comments
 (0)