Skip to content

Commit 70a622b

Browse files
Update black requirement from <25.0,>=23.0 to >=23.0,<26.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.1a1...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76b51d4 commit 70a622b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Changelog = "https://github.com/allenai/python-package-template/blob/main/CHANGE
3333
dev = [
3434
"ruff",
3535
"mypy>=1.0,<2.0",
36-
"black>=23.0,<25.0",
36+
"black>=23.0,<26.0",
3737
"isort>=5.12,<5.14",
3838
"pytest",
3939
"pytest-sphinx",

0 commit comments

Comments
 (0)