From 70fcbbe3ae74d4c558f76278998f09153ad821b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:03:06 +0000 Subject: [PATCH] Bump isort from 6.1.0 to 8.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 6.1.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/6.1.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/devel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/devel.txt b/requirements/devel.txt index 536f65b2d5..9dbe9c93d3 100644 --- a/requirements/devel.txt +++ b/requirements/devel.txt @@ -1,7 +1,7 @@ -r readthedocs.txt tcms-api doc8 -isort==6.1.0 +isort==8.0.0 colorama black==25.12.0 locust==2.43.3