From b639a65dca196da6e09da52b6475400e6e4d105e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:07:47 +0000 Subject: [PATCH] Bump isort from 7.0.0 to 8.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 to 8.0.0. - [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.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index bf8af6b..35c8549 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -10,7 +10,7 @@ codecov==2.1.13 pytest-cov==7.0.0 flake8==7.3.0 pylint==4.0.5 -isort==7.0.0 +isort==8.0.0 pytest-cov==7.0.0 pytest-html==4.2.0 ruff==0.15.2 \ No newline at end of file