Skip to content

Commit ab03684

Browse files
Update isort requirement from <=5.13.2,>=5.11.0 to >=5.11.0,<=6.0.0
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]>
1 parent 7643232 commit ab03684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
agrag = "agrag.main:ag_rag"
6464

6565
[project.optional-dependencies]
66-
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=24.10.0", "isort>=5.11.0, <=5.13.2"]
66+
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=24.10.0", "isort>=5.11.0, <=6.0.0"]
6767

6868
# Testing and formatting configurations
6969
[tool.black]

0 commit comments

Comments
 (0)