From 24c0b32b8579e9fcbc31dbfd3654894668537739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:45:42 +0000 Subject: [PATCH] chore: Update isort requirement from ^5.13.2 to >=5.13.2,<7.0.0 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.13.2...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 6.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 c1a7441..80795c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest-cov = ">=2.4.0" pytest-mypy = "==1.0.1" mypy = "==1.14.1" pycodestyle = "^2.12.1" -isort = "^5.13.2" +isort = ">=5.13.2,<7.0.0" [tool.poetry.group.docs]