From ccca0d33542e163ed7c2cc7c24ce961cdcb38562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:17:39 -0700 Subject: [PATCH] build(deps): bump isort from 6.0.0 to 6.0.1 in /lib/spack/docs (#49213) Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1. - [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.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 11eec247a87..7ab8c526547 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -7,7 +7,7 @@ docutils==0.21.2 pygments==2.19.1 urllib3==2.3.0 pytest==8.3.4 -isort==6.0.0 +isort==6.0.1 black==25.1.0 flake8==7.1.2 mypy==1.11.1