From 4e62590010510db2bd9223cc576caef1b76225fa Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 26 Aug 2026 22:27:50 +0000 Subject: [PATCH] chore(deps): update dependency isort to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89383f1e..1063c41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ langgraph = [ ] test = [ "black[jupyter]==26.3.1", - "isort==8.0.0", + "isort==9.0.0", "mypy==1.19.1", "pytest-asyncio==0.26.0", "pytest==8.4.2",