From 56621871094cd540f69c248a3273877efbc04ca0 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Mon, 27 Jan 2025 22:04:28 +0000 Subject: [PATCH] Update dependency isort to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6dddc40..09ca3f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.3.0" black = ">=21.0" flake8-black = "^0.3.0" -isort = "^5.0.0" +isort = "^6.0.0" flake8-isort = "^6.0.0" [tool.poetry.scripts] -- GitLab