summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-29 14:49:02 +0100
committerGitHub <noreply@github.com>2021-11-29 14:49:02 +0100
commitf311363568d36e769b5ebc4950e3f1306ef111b0 (patch)
treee9b3d2635743cda44f55c7aba47820a71fc32664 /requirements_test_pre_commit.txt
parent3318e99f3cfdaa599cda6a46b9a4786d2b1e49a1 (diff)
downloadpylint-git-f311363568d36e769b5ebc4950e3f1306ef111b0.tar.gz
Bump flake8-typing-imports from 1.10.1 to 1.11.0 (#5432)
Bumps [flake8-typing-imports](https://github.com/asottile/flake8-typing-imports) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/asottile/flake8-typing-imports/releases) - [Commits](https://github.com/asottile/flake8-typing-imports/compare/v1.10.1...v1.11.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 1ce76e355..4a380d6e8 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,6 +2,6 @@
# in .pre-commit-config.yaml
black==21.11b1
flake8==4.0.1
-flake8-typing-imports==1.10.1
+flake8-typing-imports==1.11.0
isort==5.10.1
mypy==0.910