Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Aug 1, 2024
1 parent 78bc853 commit bf9baf6
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.3.0
# via -r checkformatting.in
black==24.4.2
# via -r requirements/checkformatting.in
build==1.1.1
# via pip-tools
click==8.1.3
Expand All @@ -15,7 +15,7 @@ click==8.1.3
importlib-metadata==6.6.0
# via pip-sync-faster
isort==5.13.2
# via -r checkformatting.in
# via -r requirements/checkformatting.in
mypy-extensions==0.4.3
# via black
packaging==23.0
Expand All @@ -25,10 +25,10 @@ packaging==23.0
pathspec==0.9.0
# 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==2.5.2
# 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.3.0
# via -r format.in
black==24.4.2
# via -r requirements/format.in
build==1.1.1
# via pip-tools
click==8.1.3
Expand All @@ -15,7 +15,7 @@ click==8.1.3
importlib-metadata==6.6.0
# via pip-sync-faster
isort==5.13.2
# via -r format.in
# via -r requirements/format.in
mypy-extensions==0.4.3
# via black
packaging==23.0
Expand All @@ -25,10 +25,10 @@ packaging==23.0
pathspec==0.9.0
# 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==2.5.2
# via black
Expand Down

0 comments on commit bf9baf6

Please sign in to comment.