From e90ff9aeb5f1c622acc83adb8f58d3e668feecf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:37:56 +0000 Subject: [PATCH] Update isort[colors] requirement from ~=6.0.1 to ~=7.0.0 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...7.0.0) --- updated-dependencies: - dependency-name: isort[colors] dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2a0fc0a3..9d9222ca 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ cmake~=3.28.1 black~=25.9.0 flynt~=1.0 -isort[colors]~=6.0.1 +isort[colors]~=7.0.0 # The global option to pybind11 makes it include CMake files in a location where # CMake will find them. It makes a crucial difference in some environments. pybind11[global]