summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-31 13:25:28 +0000
committerGitHub <noreply@github.com>2022-10-31 13:25:28 +0000
commitc3a3d0e5d2f5efa2b534a6fb4811379c867c4337 (patch)
tree98adc5986988bac7547977813fdf937fc24e7eb6 /requirements_test_pre_commit.txt
parent5bd84857564d2f7b21c604d95165139c5bb6d26b (diff)
downloadpylint-git-c3a3d0e5d2f5efa2b534a6fb4811379c867c4337.tar.gz
Bump flake8-typing-imports from 1.13.0 to 1.14.0 (#7694)
Bumps [flake8-typing-imports](https://github.com/asottile/flake8-typing-imports) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/asottile/flake8-typing-imports/releases) - [Commits](https://github.com/asottile/flake8-typing-imports/compare/v1.13.0...v1.14.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> 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 0d2e946d3..2b2a1e329 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,6 +2,6 @@
# in .pre-commit-config.yaml
black==22.10.0
flake8==5.0.4
-flake8-typing-imports==1.13.0
+flake8-typing-imports==1.14.0
isort==5.10.1
mypy==0.982