summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-12 17:10:02 +0200
committerGitHub <noreply@github.com>2021-07-12 17:10:02 +0200
commita8739234c8e5fc4c638990c035c197ccdb5d2835 (patch)
tree1d95aae8142b3714cb4d5bedf770ba9162614006 /requirements_test_pre_commit.txt
parenta6fb91760ff1f426eef98ec928426134a9e23ef8 (diff)
downloadpylint-git-a8739234c8e5fc4c638990c035c197ccdb5d2835.tar.gz
Bump isort from 5.9.1 to 5.9.2 (#4704)
* Bump isort from 5.9.1 to 5.9.2 Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2. - [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.1...5.9.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update .pre-commit-config.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.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 51a638120..e9967b397 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,5 +2,5 @@
# in .pre-commit-config.yaml
black==21.6b0;python_full_version>="3.6.2"
flake8==3.9.2
-isort==5.9.1
+isort==5.9.2
mypy==0.910