From 147b715ba2b93f1855c3eb3c86cb77de787e4afc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 27 Aug 2026 21:11:06 +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..c320a0f3 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.1", "mypy==1.19.1", "pytest-asyncio==0.26.0", "pytest==8.4.2",