Skip to content

Commit 19be418

Browse files
Update black requirement from <24.0,>=23.1 to >=23.1,<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.1.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f2c8ef commit 19be418

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
@@ -34,7 +34,7 @@ Changelog = "https://github.com/allenai/OLMo-core/blob/main/CHANGELOG.md"
3434
dev = [
3535
"ruff",
3636
"mypy>=1.0,<1.4",
37-
"black>=23.1,<24.0",
37+
"black>=23.1,<25.0",
3838
"isort>=5.12,<5.14",
3939
"pytest",
4040
"pytest-memray",

0 commit comments

Comments
 (0)