diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-13 08:18:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 08:18:06 -0700 |
commit | d9de93a0fc816ae5b3d939173d2d8a861e222551 (patch) | |
tree | 1e27c85c5b5cb4b57e568821382d3acbc6ac23e7 | |
parent | 3892fadbf681b10154ce95e49f0244a74568be39 (diff) | |
download | spack-d9de93a0fc816ae5b3d939173d2d8a861e222551.tar.gz spack-d9de93a0fc816ae5b3d939173d2d8a861e222551.tar.bz2 spack-d9de93a0fc816ae5b3d939173d2d8a861e222551.tar.xz spack-d9de93a0fc816ae5b3d939173d2d8a861e222551.zip |
build(deps): bump black from 23.10.1 to 23.11.0 in /lib/spack/docs (#40967)
Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.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.10.1...23.11.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>
-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 5fbee6c763..df199912d7 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,6 +8,6 @@ pygments==2.16.1 urllib3==2.0.7 pytest==7.4.3 isort==5.12.0 -black==23.10.1 +black==23.11.0 flake8==6.1.0 mypy==1.7.0 |