Skip to content

Commit

Permalink
build(deps-dev): update isort requirement from <5.0.0 to <6.0.0
Browse files Browse the repository at this point in the history
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@0.0.9...5.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 61b48bb commit 9521c12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 68 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
autopep8 = "*"
isort = "<5.0.0"
isort = "<6.0.0"
mock = "*"
pexpect = "*"
pylint = "*"
Expand Down
74 changes: 7 additions & 67 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9521c12

Please sign in to comment.