Skip to content

Commit

Permalink
Update isort requirement from ==5.3.* to ==5.4.* (#12)
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@5.3.0...5.4.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2020
1 parent b2d991e commit 1df8989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest==6.0.*
pytest-cov==2.10.*
black==19.10b0
isort==5.3.*
isort==5.4.*
flake8==3.8.*
mypy==0.782
pytest-chalice==0.0.*

0 comments on commit 1df8989

Please sign in to comment.