From c4ba5f8cc1bf0493b1d20c70afbb784a2eb37a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 11:47:21 +0000 Subject: [PATCH] chore(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-version: 6.0.1 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 879fe33874579b..d7de557cee4c7a 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -7,7 +7,7 @@ docutils==0.21.2 pygments==2.18.0 urllib3==2.2.3 pytest==8.3.3 -isort==5.13.2 +isort==6.0.1 black==24.10.0 flake8==7.1.1 mypy==1.11.1