From 5f5f7c01591eaabbe3aa3a9511068a00cf774c34 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:37:01 +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 b422d1e14..a87d6f4ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ flake8 = "7.1.2" flake8-pyproject = "1.2.3" flake8-bugbear = "24.12.12" liccheck = "0.9.2" -isort = "5.13.2" +isort = "7.0.0" pep8-naming = "0.14.1" tox = "4.25.0"