From 77bfad3caf958f59eafa4553cb6aab66d1365990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:48:43 +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 963d83d0b8da92..58ff0ec6fc3f8c 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -11,7 +11,7 @@ docutils==0.21.2 pygments==2.19.2 urllib3==2.5.0 pytest==8.4.2 -isort==6.0.1 +isort==7.0.0 black==25.9.0 flake8==7.3.0 mypy==1.18.2