Skip to content

Commit

Permalink
Update isort requirement from ==5.6.* to ==5.7.* (#43)
Browse files Browse the repository at this point in the history
* Update isort requirement from ==5.6.* to ==5.7.*

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.6.0...5.7.0)

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

* Bump version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ricardo <[email protected]>
  • Loading branch information
dependabot[bot] and Ricardo authored Jan 6, 2021
1 parent 9fe00af commit 7891f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.5'
__version__ = '0.0.6'
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-freezegun==0.4.*
pytest-cov==2.10.*
black==20.8b1
isort==5.6.*
isort==5.7.*
flake8==3.8.*
mypy==0.790
pytest-chalice==0.0.*
Expand Down

0 comments on commit 7891f20

Please sign in to comment.