From a4be00b21a602681e2ce7bade1b1ba69d049b712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:26:31 +0000 Subject: [PATCH] build(deps): bump black from 24.1.1 to 24.4.2 in /lib/spack/docs Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.4.2. - [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/24.1.1...24.4.2) --- updated-dependencies: - dependency-name: black 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 c0c6e077a7ccca..130015159dd009 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,6 +8,6 @@ pygments==2.17.2 urllib3==2.2.0 pytest==8.0.0 isort==5.13.2 -black==24.1.1 +black==24.4.2 flake8==7.0.0 mypy==1.8.0