From c9b646302a1bee819693c48dc9e34a56dcda7ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:27:00 +0000 Subject: [PATCH] Update isort requirement from ^5.7.0 to >=5.7,<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.7.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 8c64fac..a442c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ docs = ["Sphinx", "sphinx-rtd-theme"] [tool.poetry.group.dev.dependencies] bandit = "^1.7.0" importlib-metadata = "<9" # Workaround for https://github.com/PyCQA/bandit/issues/951 -isort = "^5.7.0" +isort = ">=5.7,<7.0" lxml = "^5.2.2" mypy = "^1.1" pytest = "^7.0.0"