diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-06 09:55:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 09:55:43 +0200 |
commit | b471d62dbd702022b0e9d4cb8b92965596de48cc (patch) | |
tree | f6478c3cfd87c0f9bc6ad01b926f26a7c421acf5 | |
parent | a5f62889cacc6573cf5b50953c4aa7025c350e45 (diff) | |
download | spack-b471d62dbd702022b0e9d4cb8b92965596de48cc.tar.gz spack-b471d62dbd702022b0e9d4cb8b92965596de48cc.tar.bz2 spack-b471d62dbd702022b0e9d4cb8b92965596de48cc.tar.xz spack-b471d62dbd702022b0e9d4cb8b92965596de48cc.zip |
build(deps): bump black from 24.4.0 to 24.4.2 in /lib/spack/docs (#43878)
Bumps [black](https://github.com/psf/black) from 24.4.0 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.4.0...24.4.2)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | lib/spack/docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index 4bfbc25766..b61d7a8b5b 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,6 +8,6 @@ pygments==2.17.2 urllib3==2.2.1 pytest==8.2.0 isort==5.13.2 -black==24.4.0 +black==24.4.2 flake8==7.0.0 mypy==1.10.0 |