Skip to content

Commit d9fcfcc

Browse files
chore(deps)(deps-dev): update isort requirement (#23)
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. Updates `isort` to 8.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.12.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52c6ea2 commit d9fcfcc

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
@@ -151,7 +151,7 @@ dev = [
151151
# Quality checks
152152
"ruff>=0.4,<1.0",
153153
"black>=23.0.0,<27.0",
154-
"isort>=5.12,<8.0",
154+
"isort>=5.12,<9.0",
155155
"mypy>=1.0,<2.0",
156156
"radon>=6.0,<7.0",
157157
"import-linter>=2.0,<3.0",

0 commit comments

Comments
 (0)