From 337c149e26bfb7da067a6f04210d1fb8be1694a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:52:45 +0000 Subject: [PATCH] Bump flake8 from 3.8.1 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.1 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.1...3.9.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 6ef2d24f..3e39f902 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,7 +1,7 @@ -r production.txt isort==4.3.21 coveralls==2.0.0 -flake8==3.8.1 +flake8==3.9.2 flake8-isort==2.8.0 pydocstyle==5.0.2 pylint==2.5.2