Skip to content

Commit

Permalink
Update isort requirement from ==5.5.* to ==5.6.* (#70)
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@5.5.0...5.6.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 Oct 8, 2020
1 parent f92d307 commit 2c305c7
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
Expand Up @@ -2,6 +2,6 @@ pytest==6.0.*
pytest-cov==2.10.*
pytest-vcr==1.0.*
black==20.8b1
isort==5.5.*
isort==5.6.*
flake8==3.8.*
mypy==0.782

0 comments on commit 2c305c7

Please sign in to comment.