Skip to content

Commit

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

---
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 marcospri committed Sep 12, 2023
1 parent 3f73d29 commit 1c3c1de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/checkformatting.in
#
black==23.7.0
black==23.9.1
# via -r requirements/checkformatting.in
build==0.8.0
# via pip-tools
Expand Down Expand Up @@ -38,6 +38,7 @@ tomli==2.0.1
# via
# black
# build
# pep517
# pip-tools
typing-extensions==4.3.0
# via black
Expand Down
5 changes: 3 additions & 2 deletions requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements/format.in
#
black==23.7.0
black==23.9.1
# via -r requirements/format.in
build==0.8.0
# via pip-tools
Expand Down Expand Up @@ -38,8 +38,9 @@ tomli==2.0.0
# via
# black
# build
# pep517
# pip-tools
typing-extensions==3.10.0.1
typing-extensions==4.7.1
# via black
wheel==0.38.1
# via pip-tools
Expand Down

0 comments on commit 1c3c1de

Please sign in to comment.