From 00bb5d1af3792490cea76ad8ca97538785fa8f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:43:19 +0000 Subject: [PATCH] build(deps): bump isort from 5.13.2 to 6.0.1 in /lib/spack/docs Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 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/5.13.2...6.0.1) --- updated-dependencies: - dependency-name: isort 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 5a46113dffa2b5..704b0529d26bed 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==5.13.2 +isort==6.0.1 black==24.10.0 flake8==7.1.1 mypy==1.11.1