Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2021
1 parent a062b30 commit 581183c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ flake8==3.8.4
# via
# -r requirements.in
# flake8-isort
importlib-metadata==3.7.3
# via
# flake8
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
isort==4.3.21
isort==5.7.0
# via flake8-isort
mccabe==0.6.1
# via flake8
Expand Down Expand Up @@ -66,6 +71,10 @@ testfixtures==6.14.0
# via flake8-isort
toml==0.10.2
# via pytest
typing-extensions==3.7.4.3
# via importlib-metadata
zipp==3.4.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip

0 comments on commit 581183c

Please sign in to comment.