diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-31 00:11:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 00:11:53 +0100 |
commit | f228c7cbcc2272f10f7e7e7cabe77d8d8d966c58 (patch) | |
tree | cf1c1f3a64efc1d209cc303c1b9029acfedc4555 | |
parent | e9ca16ab07bd61b16f0f88f0a61f8f398986075e (diff) | |
download | spack-f228c7cbcc2272f10f7e7e7cabe77d8d8d966c58.tar.gz spack-f228c7cbcc2272f10f7e7e7cabe77d8d8d966c58.tar.bz2 spack-f228c7cbcc2272f10f7e7e7cabe77d8d8d966c58.tar.xz spack-f228c7cbcc2272f10f7e7e7cabe77d8d8d966c58.zip |
build(deps): bump black from 23.9.1 to 23.10.1 in /lib/spack/docs (#40680)
Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.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.9.1...23.10.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 3140371038..10e19f093e 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.9.1 +black==23.10.1 flake8==6.1.0 mypy==1.6.1 |