Skip to content

Commit 250d29d

Browse files
Update black requirement from ^22.10 to ^23.1 (#469)
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.10.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 721f734 commit 250d29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ more-itertools = ">=8.14,<10.0"
5050
mypy = "^0.982"
5151
pytest = "^7.1.3"
5252
ipdb = "^0.13.9"
53-
black = "^22.10"
53+
black = "^23.1"
5454
isort = "^5.9.3"
5555
flake8 = "^5.0.4"
5656
bandit = "^1.7.4"

0 commit comments

Comments
 (0)