From aad16f27a4f09bc81f88d93e43b1fa5d212d6921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 17:02:58 +0000 Subject: [PATCH] Update flake8 requirement from ==3.8.* to ==3.9.* Updates the requirements on [flake8](https://gitlab.com/pycqa/flake8) to permit the latest version. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.0a1...3.9.0) Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index e7ea6c5..22c15de 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,5 +3,5 @@ pytest-cov==2.11.* pytest-vcr==1.0.* black==20.8b1 isort==5.7.* -flake8==3.8.* +flake8==3.9.* mypy==0.790