diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-30 15:23:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 15:23:42 +0000 |
commit | d56ca4f107f94049f41d8c7481ef763cb806f785 (patch) | |
tree | 82f202ac0530604a8e519c348feed48e42ec2312 /lib | |
parent | e09c3ddec204d30e0745f2dbb97475254067c3a4 (diff) | |
download | spack-d56ca4f107f94049f41d8c7481ef763cb806f785.tar.gz spack-d56ca4f107f94049f41d8c7481ef763cb806f785.tar.bz2 spack-d56ca4f107f94049f41d8c7481ef763cb806f785.tar.xz spack-d56ca4f107f94049f41d8c7481ef763cb806f785.zip |
build(deps): bump black from 24.1.0 to 24.1.1 in /lib/spack/docs (#42360)
Bumps [black](https://github.com/psf/black) from 24.1.0 to 24.1.1.
- [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.0...24.1.1)
---
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>
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 77f919888d..30b5dee7a6 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==24.1.0 +black==24.1.1 flake8==7.0.0 mypy==1.8.0 |