From 27e2b246516a8c240385be05c92528c52628af08 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 04:16:00 +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..47b989833 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.0.1" pep8-naming = "0.14.1" tox = "4.25.0"