summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-20 14:30:04 +0100
committerGitHub <noreply@github.com>2021-12-20 14:30:04 +0100
commitf8b2c3daae4bec93f0ea892980efe58b363befe4 (patch)
treeabb0b5ed49b6852344c031ef04d9b8d8319b733d /requirements_test_pre_commit.txt
parent9d078690e3e7f30900272c6f7d3e79ef7699b2a2 (diff)
downloadpylint-git-f8b2c3daae4bec93f0ea892980efe58b363befe4.tar.gz
Bump flake8-typing-imports from 1.11.0 to 1.12.0 (#5562)
Bumps [flake8-typing-imports](https://github.com/asottile/flake8-typing-imports) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/asottile/flake8-typing-imports/releases) - [Commits](https://github.com/asottile/flake8-typing-imports/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: flake8-typing-imports dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 0823f177c..e94238771 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,6 +2,6 @@
# in .pre-commit-config.yaml
black==21.12b0
flake8==4.0.1
-flake8-typing-imports==1.11.0
+flake8-typing-imports==1.12.0
isort==5.10.1
mypy==0.920