From e5e9dec3d18fddfb3cc9dab90ed62fedaf6a0bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:22:48 +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. - [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 8f1aefb..fa9f58c 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 = "<7" # 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"