Skip to content

Commit

Permalink
Update black requirement from <=23.7.0,>=23.1.9 to >=23.1.9,<=24.10.0
Browse files Browse the repository at this point in the history
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...24.10.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 2ec5163 commit 9b9dd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
]

[project.optional-dependencies]
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=23.7.0", "isort>=5.11.0, <=5.13.2"]
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=24.10.0", "isort>=5.11.0, <=5.13.2"]

[project.urls]
"Homepage" = "https://github.com/autogluon/autogluon-bench"
Expand Down Expand Up @@ -94,7 +94,7 @@ legacy_tox_ini = """
[testenv:lint]
deps =
black>=23.1.9, <=23.7.0
black>=23.1.9, <=24.10.0
isort>=5.11.0, <=5.13.2
commands =
black --check --diff src/ tests/
Expand Down

0 comments on commit 9b9dd66

Please sign in to comment.