Skip to content

Commit

Permalink
Bump black[jupyter] from 23.3.0 to 23.7.0 (jupyterlab#14893)
Browse files Browse the repository at this point in the history
* Bump black[jupyter] from 23.3.0 to 23.7.0

Bumps [black[jupyter]](https://github.com/psf/black) from 23.3.0 to 23.7.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.3.0...23.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Align pre-commit config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
dependabot[bot] and fcollonval authored Aug 3, 2023
1 parent 8bba944 commit 78b2519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: check-github-workflows

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dev = [
"hatch",
"bump2version",
"ruff==0.0.282",
"black[jupyter]==23.3.0"
"black[jupyter]==23.7.0"
]

[tool.check-wheel-contents]
Expand Down

0 comments on commit 78b2519

Please sign in to comment.