Skip to content

Commit 5353462

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...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee4f8e1 commit 5353462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/authentication/azure/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ opentelemetry-sdk = ">=1.27.0"
3434

3535
[tool.poetry.group.dev.dependencies]
3636
yapf = ">=0.40.2,<0.44.0"
37-
isort = ">=5.13.2,<7.0.0"
37+
isort = ">=5.13.2,<9.0.0"
3838
pylint = ">=3.2.7,<5.0.0"
3939
mypy = "^1.11.2"
4040
pytest = "^8.3.2"

0 commit comments

Comments
 (0)