Skip to content

Commit

Permalink
Update isort requirement from <=5.13.2,>=5.11.0 to >=5.11.0,<=6.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.11.0...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 7a32e30 commit 4a76a5d
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, <=23.7.0", "isort>=5.11.0, <=6.0.0"]

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

0 comments on commit 4a76a5d

Please sign in to comment.