Skip to content

Commit

Permalink
Bump black from 24.4.2 to 24.8.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and robertknight committed Sep 2, 2024
1 parent a440368 commit 69d636d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --allow-unsafe requirements/checkformatting.in
#
black==24.4.2
# via -r checkformatting.in
black==24.8.0
# via -r requirements/checkformatting.in
build==1.0.3
# via pip-tools
click==8.1.7
Expand All @@ -15,7 +15,7 @@ click==8.1.7
importlib-metadata==7.0.1
# via pip-sync-faster
isort==5.13.2
# via -r checkformatting.in
# via -r requirements/checkformatting.in
mypy-extensions==1.0.0
# via black
packaging==23.2
Expand All @@ -25,10 +25,10 @@ packaging==23.2
pathspec==0.12.1
# via black
pip-sync-faster==0.0.4
# via -r checkformatting.in
# via -r requirements/checkformatting.in
pip-tools==7.4.1
# via
# -r checkformatting.in
# -r requirements/checkformatting.in
# pip-sync-faster
platformdirs==4.1.0
# via black
Expand Down
10 changes: 5 additions & 5 deletions requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# pip-compile --allow-unsafe requirements/format.in
#
black==24.4.2
# via -r format.in
black==24.8.0
# via -r requirements/format.in
build==1.0.3
# via pip-tools
click==8.1.7
Expand All @@ -15,7 +15,7 @@ click==8.1.7
importlib-metadata==7.0.1
# via pip-sync-faster
isort==5.13.2
# via -r format.in
# via -r requirements/format.in
mypy-extensions==1.0.0
# via black
packaging==23.2
Expand All @@ -25,10 +25,10 @@ packaging==23.2
pathspec==0.12.1
# via black
pip-sync-faster==0.0.4
# via -r format.in
# via -r requirements/format.in
pip-tools==7.4.1
# via
# -r format.in
# -r requirements/format.in
# pip-sync-faster
platformdirs==4.1.0
# via black
Expand Down

0 comments on commit 69d636d

Please sign in to comment.