From 552acfee266d877595561b3e177cada5b32fcd24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 22:46:07 +0000 Subject: [PATCH] Bump flake8-typing-imports from 1.12.0 to 1.14.0 Bumps [flake8-typing-imports](https://github.com/asottile/flake8-typing-imports) from 1.12.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.12.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] --- requirements_test_pre_commit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index d57da7c8a2..b13521c2b9 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,5 +2,5 @@ black==22.3.0 pylint~=2.13.8 isort==5.10.1 flake8==4.0.1 -flake8-typing-imports==1.12.0 +flake8-typing-imports==1.14.0 mypy==0.950