Skip to content

Commit

Permalink
Bump black from 23.7.0 to 23.10.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.10.0.
- [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.10.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 Oct 18, 2023
1 parent 6c0e8d5 commit 8edfd0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements_lint.txt requirements_lint.in
#
black==23.7.0
black==23.10.0
# via -r requirements_lint.in
click==8.1.6
# via black
Expand All @@ -18,3 +18,7 @@ platformdirs==3.10.0
# via black
ruff==0.0.286
# via -r requirements_lint.in
tomli==2.0.1
# via black
typing-extensions==4.8.0
# via black

0 comments on commit 8edfd0a

Please sign in to comment.