diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-28 10:26:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 10:26:31 +0100 |
commit | a17c7e9cbb17863b2700069614fd496db096a1a0 (patch) | |
tree | ffca1a969a35caa00cfdfc9489dc7a5143592b42 /lib | |
parent | 7d5721fcfd26423db92b046d7ed5f97fa5c037ec (diff) | |
download | spack-a17c7e9cbb17863b2700069614fd496db096a1a0.tar.gz spack-a17c7e9cbb17863b2700069614fd496db096a1a0.tar.bz2 spack-a17c7e9cbb17863b2700069614fd496db096a1a0.tar.xz spack-a17c7e9cbb17863b2700069614fd496db096a1a0.zip |
build(deps): bump black from 23.12.0 to 23.12.1 in /lib/spack/docs (#41852)
Bumps [black](https://github.com/psf/black) from 23.12.0 to 23.12.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/23.12.0...23.12.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 8c4be0902c..515d366cfb 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.12.0 +black==23.12.1 flake8==6.1.0 mypy==1.8.0 |