From 7763b3bde8f776aa264c47842fdce2fa6167b8b5 Mon Sep 17 00:00:00 2001 From: Leszek Hanusz Date: Tue, 30 Jun 2026 13:25:41 +0200 Subject: [PATCH] Bump isort to 8.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 857221f5..af1d6a56 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "black==26.5.1", "check-manifest>=0.42,<1", "flake8==7.3.0", - "isort==6.0.1", + "isort==8.0.1", "mypy==2.1.0", "sphinx>=8.1.0,<9", "sphinx_rtd_theme>=3.0.2,<4",