diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 13:51:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 13:51:50 -0800 |
commit | 23e0fe2e2184052f129d0694fe1bcb28568bf08d (patch) | |
tree | 3813c269580018e374a962346ae42aa40f516252 /lib | |
parent | 44438e6171f4565c81aa02a1139202f91b708775 (diff) | |
download | spack-23e0fe2e2184052f129d0694fe1bcb28568bf08d.tar.gz spack-23e0fe2e2184052f129d0694fe1bcb28568bf08d.tar.bz2 spack-23e0fe2e2184052f129d0694fe1bcb28568bf08d.tar.xz spack-23e0fe2e2184052f129d0694fe1bcb28568bf08d.zip |
build(deps): bump black from 24.1.1 to 24.2.0 in /lib/spack/docs (#42629)
Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.2.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.1.1...24.2.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>
Diffstat (limited to 'lib')
-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 5cc2a8e9c2..3874206833 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.2.0 flake8==7.0.0 mypy==1.8.0 |