From 200090fa6dd9aeba9fa381856a87afcd72060080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:56:33 +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 10be008..4b23917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,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]