From 96f05e8c6d24c7d18e6a0b5fa43687d683513490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:16:07 +0000 Subject: [PATCH] build(deps-dev): update isort requirement 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.12.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 d8c5ca2..4d1dd3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ dev = [ "black>=23.7,<27.0", "flake8>=6.1,<8.0", - "isort>=5.12,<8.0", + "isort>=5.12,<9.0", "pre-commit>=3.3.3,<5.0.0", "pysen>=0.10.5,<0.13.0", "pytest>=7.4,<10.0",