summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-15 13:03:09 +0000
committerGitHub <noreply@github.com>2021-11-15 13:03:09 +0000
commit56d5aa0d6d4c05151a70e714275aa65b1575a7f9 (patch)
tree9670c6c96f961921bb49daa47d23a72719c446ae
parentcff6d39b0ce57299d51f2321c0b6e6e761d9feeb (diff)
downloadpylint-git-dependabot/pip/isort-5.10.1.tar.gz
Bump isort from 5.10.0 to 5.10.1dependabot/pip/isort-5.10.1
Bumps [isort](https://github.com/pycqa/isort) from 5.10.0 to 5.10.1. - [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.10.0...5.10.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... 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 4287ccbb8..3d730baf7 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.10.0
+isort==5.10.1
mypy==0.910