From 60bf0d285db2cf4ac43898ea1c499df46e705f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:09:55 +0000 Subject: [PATCH] Update isort requirement from <6.2,>=5.12 to >=5.12,<8.1 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/5.12.0...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 df3ae08..3de5bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "ruff", "mypy>=1.0,<1.20", "black>=24.3.0,<27.0", - "isort>=5.12,<6.2", + "isort>=5.12,<8.1", "pytest>=9.0.3", "pep249abc", "pytest-asyncio",