Skip to content

Commit 91a9d67

Browse files
chore(deps): update isort requirement from ~=5.7 to ~=5.8 (appium#596)
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/develop/CHANGELOG.md) - [Commits](PyCQA/isort@5.7.0...5.8.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce78c0d commit 91a9d67

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
@@ -22,6 +22,6 @@ mock = "~=4.0"
2222

2323
pylint = "~=2.7"
2424
astroid = "~=2.5"
25-
isort = "~=5.7"
25+
isort = "~=5.8"
2626

2727
mypy = "~=0.812"

0 commit comments

Comments
 (0)