From fb48b293f4b7709fea2120470e79f10a5e9c887b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:28:03 +0000 Subject: [PATCH] build(deps): bump black from 25.1.0 to 25.9.0 in /lib/spack/docs Bumps [black](https://github.com/psf/black) from 25.1.0 to 25.9.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 279a910169b893..476b6b614d5062 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -11,6 +11,6 @@ pygments==2.19.2 urllib3==2.5.0 pytest==8.4.2 isort==6.0.1 -black==25.1.0 +black==25.9.0 flake8==7.3.0 mypy==1.18.1