Skip to content

Commit 3addd35

Browse files
fix(deps-dev): update isort requirement from 5.11.2 to 5.11.3
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.2...5.11.3) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6718a41 commit 3addd35

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 = "2.20.0"
1414
# Please keep the following in-sync /w .pre-commit-config.yaml
1515
flake8 = "6.0.0"
16-
isort = "5.11.2"
16+
isort = "5.11.3"
1717
pylint = "2.15.9"
1818
black = "22.12.0"
1919
yamllint = "1.28.0"

0 commit comments

Comments
 (0)