summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-08 13:05:39 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-08 16:37:42 +0100
commit5770642fb2e4873f799c882bbe05aa5ec14ca07b (patch)
tree3f6796d5708da627edb9f58b06570b5e693028e7 /requirements_test_pre_commit.txt
parent3723ee7b751106956b155b1b5f8f38c25e34755e (diff)
downloadpylint-git-5770642fb2e4873f799c882bbe05aa5ec14ca07b.tar.gz
Bump isort from 5.9.3 to 5.10.0
Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.9.3...5.10.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements_test_pre_commit.txt')
-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 169844319..4287ccbb8 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,5 +2,5 @@
# in .pre-commit-config.yaml
black==21.10b0;python_full_version>="3.6.2"
flake8==4.0.1
-isort==5.9.3
+isort==5.10.0
mypy==0.910