diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-12 07:44:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 07:44:19 +0200 |
commit | 28a3be3eca64097dcd5f220ddfc26f5193009ff0 (patch) | |
tree | 9ba2742f025067c5d6816d4c551eb6d0fe493b15 | |
parent | 33500b516948ca4f4a21c7f544e592557ff109e3 (diff) | |
download | spack-28a3be3eca64097dcd5f220ddfc26f5193009ff0.tar.gz spack-28a3be3eca64097dcd5f220ddfc26f5193009ff0.tar.bz2 spack-28a3be3eca64097dcd5f220ddfc26f5193009ff0.tar.xz spack-28a3be3eca64097dcd5f220ddfc26f5193009ff0.zip |
build(deps): bump black from 23.7.0 to 23.9.1 in /lib/spack/docs (#39937)
Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.9.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.7.0...23.9.1)
---
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>
-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 c9868afd19..82f20d8d1d 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,6 +8,6 @@ pygments==2.16.1 urllib3==2.0.4 pytest==7.4.2 isort==5.12.0 -black==23.7.0 +black==23.9.1 flake8==6.1.0 mypy==1.5.1 |