From f7090ad4bd28591e7917b0814cb962d565119631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:48:11 +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 9a02f96..a6f1d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ typing-extensions = ">=3.0.0" mypy = "*" pytest = "*" types-dataclasses = "^0.6.5" -isort = "^5.10.1" +isort = "^6.0.0" flake8 = "^7.0.0" black = "^24.0.0" astor = "^0.8.1"