From 8295b34cbf4ab90e995bbd5299602bef7dd3447d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 22:44:18 +0000 Subject: [PATCH] Bump flake8-typing-imports from 1.12.0 to 1.13.0 Bumps [flake8-typing-imports](https://github.com/asottile/flake8-typing-imports) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/asottile/flake8-typing-imports/releases) - [Commits](https://github.com/asottile/flake8-typing-imports/compare/v1.12.0...v1.13.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..22cd361d43 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.13.0 mypy==0.950