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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent b3a42f4 commit a2ca3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"xlsxwriter==3.2.0",
]
optional-dependencies.dev = [
"black==24.4.2",
"black==24.8.0",
"coverage==7.6.0",
"lxml-stubs==0.5.1",
"mypy==1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
astroid==3.2.4
# via pylint
black==24.4.2
black==24.8.0
# via ictu-kwaliteitsaanpak (pyproject.toml)
build==1.2.1
# via pip-tools
Expand Down

0 comments on commit a2ca3a8

Please sign in to comment.