Skip to content

Commit b7d70d1

Browse files
dependabot[bot]dannywillems
authored andcommitted
Build(deps-dev): Update isort requirement from ^7.0.0 to >=7,<9
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@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8ed2ce commit b7d70d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = "^0.9.0"
1717
[tool.poetry.group.dev.dependencies]
1818
black = "^26.1.0"
1919
fire = "^0.7.1"
20-
isort = "^7.0.0"
20+
isort = ">=7,<9"
2121
mypy = "^1.19.0"
2222
pip-audit = "^2.10.0"
2323
pytest = "^9.0.2"

0 commit comments

Comments
 (0)