diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-03 21:48:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 21:48:50 -0500 |
commit | 1090895e7293c2c3f111340f55aec43f28abb8b9 (patch) | |
tree | 07f653fea5b9f22720624539ad66f88bcf98073b | |
parent | e983f4a8586209abbad203b6ef446b3ee4aa7a90 (diff) | |
download | spack-1090895e7293c2c3f111340f55aec43f28abb8b9.tar.gz spack-1090895e7293c2c3f111340f55aec43f28abb8b9.tar.bz2 spack-1090895e7293c2c3f111340f55aec43f28abb8b9.tar.xz spack-1090895e7293c2c3f111340f55aec43f28abb8b9.zip |
build(deps): bump black from 24.4.2 to 24.8.0 in /lib/spack/docs (#45563)
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.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/24.4.2...24.8.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 09fee9728f..d060771aac 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,6 +8,6 @@ pygments==2.18.0 urllib3==2.2.2 pytest==8.3.1 isort==5.13.2 -black==24.4.2 +black==24.8.0 flake8==7.1.0 mypy==1.11.1 |