From 8bf4d6b47be4ceb2ad94c9fa8f0e95850df31e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:33:13 +0000 Subject: [PATCH] chore(deps-dev): update isort requirement Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. Updates `isort` to 8.0.1 - [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.13.0...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 461ad5b..1cec434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ dev = [ "black>=26.3.1,<27", "flake8>=7.3,<8", - "isort>=5.13,<7", + "isort>=5.13,<9", "mypy>=2.3,<3", "pip-audit>=2.10.1,<3", "pytest>=9.1,<10",