diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-01 13:37:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 13:37:54 +0200 |
commit | 62554cebc4fe6e728f7346e7c045d4afa972542d (patch) | |
tree | 72864e324498e7115e28aa4cd18a5c0319947dea /.github/workflows/style | |
parent | 067155cff54a489b1dd930b89ec079f2be40a690 (diff) | |
download | spack-62554cebc4fe6e728f7346e7c045d4afa972542d.tar.gz spack-62554cebc4fe6e728f7346e7c045d4afa972542d.tar.bz2 spack-62554cebc4fe6e728f7346e7c045d4afa972542d.tar.xz spack-62554cebc4fe6e728f7346e7c045d4afa972542d.zip |
build(deps): bump black in /.github/workflows/style (#43879)
Bumps [black](https://github.com/psf/black) from 24.4.0 to 24.4.2.
- [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/24.4.0...24.4.2)
---
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 '.github/workflows/style')
-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 4063d0eb8c..a6602ddcfd 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -1,4 +1,4 @@ -black==24.4.0 +black==24.4.2 clingo==5.7.1 flake8==7.0.0 isort==5.13.2 |