diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-01 14:20:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 14:20:29 -0700 |
commit | 9744e86d02055b64d1b0717e2df44ee0d7039a32 (patch) | |
tree | a4b06df4bc85cbb5ffd166af63309ebe1342446a /.github | |
parent | ff6bbf03a1be7d783aa3bc58da79ad15f40ae9bc (diff) | |
download | spack-9744e86d02055b64d1b0717e2df44ee0d7039a32.tar.gz spack-9744e86d02055b64d1b0717e2df44ee0d7039a32.tar.bz2 spack-9744e86d02055b64d1b0717e2df44ee0d7039a32.tar.xz spack-9744e86d02055b64d1b0717e2df44ee0d7039a32.zip |
build(deps): bump black in /.github/workflows/style (#40681)
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/style/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/style/requirements.txt b/.github/workflows/style/requirements.txt index 079c4557f6..0822ba3933 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -1,4 +1,4 @@ -black==23.9.1 +black==23.10.1 clingo==5.6.2 flake8==6.1.0 isort==5.12.0 |