diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-15 16:40:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 16:40:37 +0200 |
commit | 7903f9fcfd26195b884633648ed70b8c3a3fe1a4 (patch) | |
tree | 1629d4134ab7f15aad0d7e9e465e2eb3be81cffd /lib | |
parent | 670d3d3fdc29fcb9d120e85b078714b26e6eb4ed (diff) | |
download | spack-7903f9fcfd26195b884633648ed70b8c3a3fe1a4.tar.gz spack-7903f9fcfd26195b884633648ed70b8c3a3fe1a4.tar.bz2 spack-7903f9fcfd26195b884633648ed70b8c3a3fe1a4.tar.xz spack-7903f9fcfd26195b884633648ed70b8c3a3fe1a4.zip |
build(deps): bump black from 24.3.0 to 24.4.0 in /lib/spack/docs (#43642)
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.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/24.3.0...24.4.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>
Diffstat (limited to 'lib')
-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 457fe02f2b..25fd215aed 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -8,6 +8,6 @@ pygments==2.17.2 urllib3==2.2.1 pytest==8.1.1 isort==5.13.2 -black==24.3.0 +black==24.4.0 flake8==7.0.0 mypy==1.9.0 |