From 2a7f37543e68bc2a1a9971c8a8499e495751fc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:14:50 +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>=3D6.0.1,<9.0.0?= 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:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bb3103..72e9389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ bump2version = "^1.0.0" pre-commit = "^4.0.1" pylint = ">=3.3,<5.0" yamllint = "^1.35.0" -isort = "^6.0.1" +isort = ">=6.0.1,<9.0.0" toml = "^0.10.0" black = ">=25.1,<27.0" pytest = "^8.3.1"