Skip to content

Commit df57576

Browse files
fix(deps-dev): update isort requirement from 5.11.4 to 5.12.0
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.11.4...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5454ec4 commit df57576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PyYAML = "5.4.1"
1313
pre-commit = "3.0.2"
1414
# Please keep the following in-sync /w .pre-commit-config.yaml
1515
flake8 = "6.0.0"
16-
isort = "5.11.4"
16+
isort = "5.12.0"
1717
pylint = "2.15.10"
1818
black = "22.12.0"
1919
yamllint = "1.29.0"

0 commit comments

Comments
 (0)