From 1b88f609737753c25b6c9c9d171da92255dd7a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 15:53:00 +0000 Subject: [PATCH] Update isort requirement from ^5.12.0 to >=5.12,<7.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.12.0...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 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 70a14d6..ff7b75f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest-cov = "^4.1.0" pytest-rerunfailures = "^12.0.0" flake8 = "^6.1.0" black = "^23.7.0" -isort = "^5.12.0" +isort = ">=5.12,<7.0" mypy = "^1.5.0" ipython = "^8.14.0" setuptools = ">=78.1.1"