From 7d4523a9fc1433800604125af1ec69404cb4f504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:05:41 +0100 Subject: [PATCH] build(deps): bump isort from 5.13.2 to 6.0.0 in /lib/spack/docs (#48747) Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.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/5.13.2...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... 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 bc598104b13..59d404a984a 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.0 black==25.1.0 flake8==7.1.1 mypy==1.11.1