diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-19 17:14:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 17:14:05 +0100 |
commit | 138d0c7a1338cede3c0d4422e082d0f3a729cf5b (patch) | |
tree | a47b66b8e88c9733e16b95fe9cf69d079f3221bc /lib | |
parent | a688479564ee33ae549c39631072d7b92918c8f0 (diff) | |
download | spack-138d0c7a1338cede3c0d4422e082d0f3a729cf5b.tar.gz spack-138d0c7a1338cede3c0d4422e082d0f3a729cf5b.tar.bz2 spack-138d0c7a1338cede3c0d4422e082d0f3a729cf5b.tar.xz spack-138d0c7a1338cede3c0d4422e082d0f3a729cf5b.zip |
build(deps): bump black from 23.11.0 to 23.12.0 in /lib/spack/docs (#41615)
Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.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.11.0...23.12.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 9d8eacba78..6d14c83c32 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.3 isort==5.13.2 -black==23.11.0 +black==23.12.0 flake8==6.1.0 mypy==1.7.1 |