From de1ab18f892d926e4095133c5c8b70d593c66146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:20:33 +0000 Subject: [PATCH] Update isort requirement from ^5.9.3 to >=5.9.3,<8.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.9.3...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.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 f97ae595..9a211b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ mypy = {version = "^1.9.0", markers = "platform_python_implementation == 'CPytho pytest = "^8.0.2" ipdb = "^0.13.9" black = ">=24.2,<26.0" -isort = "^5.9.3" +isort = ">=5.9.3,<8.0.0" flake8 = "^5.0.4" bandit = "^1.7.4" coverage = "^7.1"