From a86373f5f89db607cd5d13a77e2103beb89f1fd7 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:33:53 +0000 Subject: [PATCH] chore(deps): update dependency isort to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b422d1e14..388f2643c 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 = "6.1.0" pep8-naming = "0.14.1" tox = "4.25.0"