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] authored and wwade committed Mar 15, 2021
1 parent e0ca6a1 commit 3adb059
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions Pipfile.lock

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

0 comments on commit 3adb059

Please sign in to comment.