Skip to content

Commit

Permalink
Merge pull request #92 from autogluon/45cadependabot/pip/isort-gte-5.…
Browse files Browse the repository at this point in the history
…11.0-and-lte-5.13.2

Update isort requirement from <=5.12.0,>=5.11.0 to >=5.11.0,<=5.13.2
  • Loading branch information
tonyhoo authored Oct 1, 2024
2 parents c860366 + 83ee9e4 commit 2ec5163
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.12.0"]
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=23.7.0", "isort>=5.11.0, <=5.13.2"]

[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.12.0
isort>=5.11.0, <=5.13.2
commands =
black --check --diff src/ tests/
isort --check --diff src/ tests/
Expand Down

0 comments on commit 2ec5163

Please sign in to comment.