diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-29 10:28:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 10:28:28 +0100 |
commit | bb07776606853c31e0b5246d4b97f5e1596c42c7 (patch) | |
tree | 047db79fce9c93a03ce9278530777b2b9d7b9a26 /lib | |
parent | 07df50fbdc0afeaf0658d39614904b2e13bbb34c (diff) | |
download | spack-bb07776606853c31e0b5246d4b97f5e1596c42c7.tar.gz spack-bb07776606853c31e0b5246d4b97f5e1596c42c7.tar.bz2 spack-bb07776606853c31e0b5246d4b97f5e1596c42c7.tar.xz spack-bb07776606853c31e0b5246d4b97f5e1596c42c7.zip |
build(deps): bump black from 23.12.1 to 24.1.0 in /lib/spack/docs (#42328)
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.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/23.12.1...24.1.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-major
...
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 18e2a26f13..77f919888d 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,6 +8,6 @@ pygments==2.17.2 urllib3==2.1.0 pytest==7.4.4 isort==5.13.2 -black==23.12.1 +black==24.1.0 flake8==7.0.0 mypy==1.8.0 |