From 34db521c950e1b8c46a9da174b79bccccdad6fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:33:37 +0000 Subject: [PATCH] Update isort[colors] requirement from ~=6.0.1 to ~=8.0.1 Updates the requirements on [isort[colors]](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/6.0.1...8.0.1) --- updated-dependencies: - dependency-name: isort[colors] 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 c631d9d9..d97d7d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ dev = [ # Linters, formatters, and test utilities. "black~=25.9.0", - "isort[colors]~=6.0.1", + "isort[colors]~=8.0.1", "py-cpuinfo", "pylint~=4.0.2", "pytest",