From fe177ccc0d587b1ee5ef67150bf8d67b0eda5ea7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Oct 2025 01:20:06 +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 61f3fde..d20413d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pyyaml = "^6.0.1" [tool.poetry.group.dev.dependencies] pylint = "^3.0.0" -isort = "^6.0.0" +isort = "^7.0.0" black = "^25.0.0" mypy = "^1.5.1" pylama = "^8.4.1"