From b8422708f4a2b1b108c1c8732896e3cb3fccc196 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 13 Oct 2025 14:49:42 +0000 Subject: [PATCH] chore(deps): update dependency isort to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ca473f..dae4762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ dev-dependencies = [ "black<25.9.1,>=25.9.0", "coverage<8.0.0,>=7.6.10", - "isort<6.1.1,>=6.1.0", + "isort<7.0.1,>=7.0.0", "pylint<4.0.0,>=3.3.3", "pylint-exit<2.0.0,>=1.2.0", "pytest<9.0.0,>=8.3.4",