From cd961967a6e15bc3c6fa4d1ddd4a8817fef91247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:53:55 +0000 Subject: [PATCH] Update isort requirement from <5.14,>=5.12 to >=5.12,<6.2 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...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 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 19b8415..ae3cfe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "ruff", "mypy>=1.0,<2.0", "black>=23.0,<25.0", - "isort>=5.12,<5.14", + "isort>=5.12,<6.2", "pytest", "pytest-sphinx", "pytest-cov",