Skip to content

Commit f4ffb6e

Browse files
chore(deps-dev): update isort requirement
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.13.2...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0aed1a commit f4ffb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serialization/text/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}
3030

3131
[tool.poetry.group.dev.dependencies]
3232
yapf = ">=0.40.2,<0.44.0"
33-
isort = "^5.13.2"
33+
isort = ">=5.13.2,<7.0.0"
3434
pylint = "^3.2.7"
3535
mypy = "^1.11.2"
3636
pytest = "^8.3.2"

0 commit comments

Comments
 (0)