diff --git a/packages/toolbox-core/pyproject.toml b/packages/toolbox-core/pyproject.toml index 42e215c13..fd88e8cba 100644 --- a/packages/toolbox-core/pyproject.toml +++ b/packages/toolbox-core/pyproject.toml @@ -44,9 +44,9 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==25.1.0", + "black[jupyter]==25.9.0", "isort==6.0.1", - "mypy==1.18.1", + "mypy==1.18.2", "pytest==8.4.2", "pytest-aioresponses==0.3.0", "pytest-asyncio==1.2.0", diff --git a/packages/toolbox-langchain/pyproject.toml b/packages/toolbox-langchain/pyproject.toml index 40a79155e..7bfa2e86e 100644 --- a/packages/toolbox-langchain/pyproject.toml +++ b/packages/toolbox-langchain/pyproject.toml @@ -44,9 +44,9 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==25.1.0", + "black[jupyter]==25.9.0", "isort==6.0.1", - "mypy==1.18.1", + "mypy==1.18.2", "pytest-asyncio==1.2.0", "pytest==8.4.2", "pytest-cov==7.0.0", diff --git a/packages/toolbox-llamaindex/pyproject.toml b/packages/toolbox-llamaindex/pyproject.toml index 9ef8ccd18..8c139b6a1 100644 --- a/packages/toolbox-llamaindex/pyproject.toml +++ b/packages/toolbox-llamaindex/pyproject.toml @@ -44,9 +44,9 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack [project.optional-dependencies] test = [ - "black[jupyter]==25.1.0", + "black[jupyter]==25.9.0", "isort==6.0.1", - "mypy==1.18.1", + "mypy==1.18.2", "pytest-asyncio==1.2.0", "pytest==8.4.2", "pytest-cov==7.0.0",