From 927c11e928187205e02f2fa070f15a3d32e85be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 04:14:00 +0000 Subject: [PATCH] build(deps): bump isort from 6.0.1 to 7.0.0 in /lib/spack/docs Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.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.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/spack/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index 3b988d18943735..08c3bfb7999350 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,7 +8,7 @@ docutils==0.21.2 pygments==2.19.2 urllib3==2.5.0 pytest==8.4.1 -isort==6.0.1 +isort==7.0.0 black==25.1.0 flake8==7.3.0 mypy==1.17.1