Skip to content

Commit 313f6d3

Browse files
authored
fix(deps): update dependency isort to v6 (#49)
1 parent ecdecb7 commit 313f6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Changelog = "https://github.com/googleapis/genai-toolbox-langchain-python/blob/m
3939
[project.optional-dependencies]
4040
test = [
4141
"black[jupyter]==25.1.0",
42-
"isort==5.13.2",
42+
"isort==6.0.1",
4343
"mypy==1.13.0",
4444
"pytest-asyncio==0.24.0",
4545
"pytest==8.3.3",

0 commit comments

Comments
 (0)