diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-15 17:24:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 17:24:44 -0600 |
commit | 96061d2c009e4f0479eb58734047f1b631385d6e (patch) | |
tree | 008b240d266172658816d0be30418d5d44ab68cb /lib | |
parent | e78d20dc8439ea47f88aaff511df2780608c62c2 (diff) | |
download | spack-96061d2c009e4f0479eb58734047f1b631385d6e.tar.gz spack-96061d2c009e4f0479eb58734047f1b631385d6e.tar.bz2 spack-96061d2c009e4f0479eb58734047f1b631385d6e.tar.xz spack-96061d2c009e4f0479eb58734047f1b631385d6e.zip |
build(deps): bump black from 24.2.0 to 24.3.0 in /lib/spack/docs (#43228)
Bumps [black](https://github.com/psf/black) from 24.2.0 to 24.3.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.2.0...24.3.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 0b3db49707..457fe02f2b 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.2.0 +black==24.3.0 flake8==7.0.0 mypy==1.9.0 |