Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bump isort from 5.7.0 to 5.8.0 (#22)
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.7.0...5.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2021
1 parent fa1b903 commit d673bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev =
flake8-implicit-str-concat==0.2.0
flake8-print==4.0.0
furo==2020.12.30b24
isort==5.7.0
isort==5.8.0
pre-commit==2.12.1
pytest==6.2.2
pytest-cov==2.11.1
Expand All @@ -53,7 +53,7 @@ lint =
flake8-absolute-import>=1.0
flake8-implicit-str-concat==0.2.0
flake8-print==4.0.0
isort==5.7.0
isort==5.8.0
yamllint==1.26.1
test =
pytest==6.2.2
Expand Down

0 comments on commit d673bb7

Please sign in to comment.