Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 3d3f1b0

Browse files
Update black requirement from ^23.7.0 to >=23.7,<25.0
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@23.7.0...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 593a9d6 commit 3d3f1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ipadic = "^1.0.0"
2323
pytest = "^7.4.0"
2424
pytest-cov = "^4.1.0"
2525
pytest-xdist = "^3.3.1"
26-
black = "^23.7.0"
26+
black = ">=23.7,<25.0"
2727
flake8 = ">=6.1,<8.0"
2828
isort = "^5.12.0"
2929
pysen = "^0.10.5"

0 commit comments

Comments
 (0)