Skip to content

Commit c30c2c1

Browse files
authored
Merge pull request #259 from python-openapi/dependabot/pip/isort-8.0.0
Bump isort from 5.13.2 to 8.0.0
2 parents 6a341e7 + 71449a7 commit c30c2c1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ docs = ["sphinx", "sphinx-immaterial"]
8989

9090
[tool.poetry.group.dev.dependencies]
9191
black = ">=24.4,<27.0"
92-
isort = "^5.13.2"
92+
isort = ">=5.13.2,<9.0.0"
9393
pre-commit = "*"
9494
pytest = "^9"
9595
pytest-flake8 = "*"

0 commit comments

Comments
 (0)