From 52d5c4f43b298c9ea27a9c3b397e7eb29ad4a127 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Sun, 16 Jul 2023 11:36:36 +0000 Subject: [PATCH] Update dependency flake8-isort to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e25a24a..66f6d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flake8-rst-docstrings = "^0.3.0" black = "^23.7.0" flake8-black = "^0.3.6" isort = "^5.12.0" -flake8-isort = "^4.0.0" +flake8-isort = "^6.0.0" pytest-cov = "^4.1.0" pytest-sugar = "^0.9.2" -- GitLab