Skip to content

Commit

Permalink
Update isort requirement from <4.3.22,>=4.2.15 to >=4.2.15,<5.4.3
Browse files Browse the repository at this point in the history
Updates the requirements on [isort](https://github.com/timothycrosley/isort) to permit the latest version.
- [Release notes](https://github.com/timothycrosley/isort/releases)
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md)
- [Commits](PyCQA/isort@4.2.15...5.4.2)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2020
1 parent 653c66f commit e86aec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_version(*file_paths):
extras_require = {
'linter': [
"flake8==3.7.9",
"isort>=4.2.15,<4.3.22",
"isort>=4.2.15,<5.4.3",
],
'dev': [
"boto3==1.13.19",
Expand Down

0 comments on commit e86aec5

Please sign in to comment.