Skip to content

Commit

Permalink
chore(deps-dev): update isort requirement
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.13.2...6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent c0aed1a commit f4ffb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serialization/text/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true}

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down

0 comments on commit f4ffb6e

Please sign in to comment.