From 05b73a7b4db4087d22ac8c176b56e2e5d31b9625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:29:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20isort=20re?= =?UTF-8?q?quirement=20from=20^6.0.1=20to=20^8.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.1...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6368976..7d490f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ wheel = ">=0.36.2" pre-commit = "^4.0.0" pylint="^4.0.5" yamllint="^1.35.0" -isort = "^6.0.1" +isort = "^8.0.1" toml = "^0.10.0" black = "^26.1.0" pytest = "^8.3.1"