From 20ded503bed45e32276457b84b56afe58a9eb672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:00:53 +0000 Subject: [PATCH] chore(deps)(deps-dev): update isort requirement from >=7.0.0 to >=8.0.1 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/7.0.0...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.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 71d3507..d309323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "mypy>=1.20.1", "bandit>=1.9.0", "black>=26.3.1", - "isort>=7.0.0", + "isort>=8.0.1", "build>=1.4.3", "twine>=6.2.0", "pip-audit>=2.10.0",