summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-22 08:51:02 +0000
committerGitHub <noreply@github.com>2021-03-22 08:51:02 +0000
commit7a3f418eb729a0d652f9a657852ab77660595c2d (patch)
treee19e6e3e260f25cf23dce08523fd3418c6a0a226
parent394060e563a020f33bc29f09461c7e38ca3ff50c (diff)
downloadpylint-git-dependabot/pip/isort-5.8.0.tar.gz
Bump isort from 5.7.0 to 5.8.0dependabot/pip/isort-5.8.0
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/develop/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.7.0...5.8.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements_test_pre_commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index faeaf4531..e3ed1c48f 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,5 @@
autoflake==1.4
black==20.8b1
flake8==3.9.0
-isort==5.7.0
+isort==5.8.0
mypy==0.812