Skip to content

Commit

Permalink
Update isort requirement from ==5.5.* to ==5.7.* (#112)
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.7.0)

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 Jan 5, 2021
1 parent 8d13ee5 commit d018034
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,7 +2,7 @@ pytest==6.2.*
pytest-vcr==1.0.*
pytest-cov==2.10.*
black==20.8b1
isort==5.5.*
isort==5.7.*
flake8==3.8.*
mypy==0.790
requests-mock==1.8.*

0 comments on commit d018034

Please sign in to comment.