Skip to content

Commit 8a9cdcb

Browse files
Update black requirement from <=23.7.0,>=23.1.9 to >=23.1.9,<=25.1.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.3.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a32e30 commit 8a9cdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
]
5353

5454
[project.optional-dependencies]
55-
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=23.7.0", "isort>=5.11.0, <=5.13.2"]
55+
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=25.1.0", "isort>=5.11.0, <=5.13.2"]
5656

5757
[project.urls]
5858
"Homepage" = "https://github.com/autogluon/autogluon-bench"
@@ -94,7 +94,7 @@ legacy_tox_ini = """
9494
9595
[testenv:lint]
9696
deps =
97-
black>=23.1.9, <=23.7.0
97+
black>=23.1.9, <=25.1.0
9898
isort>=5.11.0, <=5.13.2
9999
commands =
100100
black --check --diff src/ tests/

0 commit comments

Comments
 (0)