Skip to content

Commit 3d1de1c

Browse files
authored
chore(deps): update python-nonmajor (#651)
1 parent 0c5927c commit 3d1de1c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/toolbox-adk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
3434

3535
[project.optional-dependencies]
3636
test = [
37-
"black[jupyter]==26.3.1",
37+
"black[jupyter]==26.5.0",
3838
"isort==8.0.1",
3939
"mypy==2.1.0",
4040
"pytest==9.0.3",

packages/toolbox-adk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../toolbox-core
22
google-adk==1.33.0
3-
google-auth==2.52.0
3+
google-auth==2.53.0
44
google-auth-oauthlib==1.4.0
55
typing-extensions==4.15.0
66
opentelemetry-exporter-otlp-proto-http==1.41.1

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ telemetry = [
4949
"opentelemetry-exporter-otlp>=1.41.1,<1.42.0"
5050
]
5151
test = [
52-
"black[jupyter]==26.3.1",
52+
"black[jupyter]==26.5.0",
5353
"isort==8.0.1",
5454
"mypy==2.1.0",
5555
"pytest==9.0.3",

packages/toolbox-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiohttp==3.13.5
22
pydantic==2.13.4
33
deprecated==1.3.1
44
requests==2.34.2
5-
google-auth==2.52.0
5+
google-auth==2.53.0

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4444

4545
[project.optional-dependencies]
4646
test = [
47-
"black[jupyter]==26.3.1",
47+
"black[jupyter]==26.5.0",
4848
"isort==8.0.1",
4949
"mypy==2.1.0",
5050
"pytest-asyncio==1.3.0",

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Changelog = "https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/pack
4444

4545
[project.optional-dependencies]
4646
test = [
47-
"black[jupyter]==26.3.1",
47+
"black[jupyter]==26.5.0",
4848
"isort==8.0.1",
4949
"mypy==2.1.0",
5050
"pytest-asyncio==1.3.0",

0 commit comments

Comments
 (0)