From 2c6bb8417bd2f39b68e24b16f9a1e0a969c14457 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 26 Aug 2026 23:27:02 +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 7ddffed..1264790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "black[jupyter]==24.10.0", "bs4==0.0.2", "flake8==6.1.0", - "isort==5.13.2", + "isort==9.0.0", "mypy==1.17.0", "pytest==8.4.1", "pytest-asyncio==0.26.0",