From d6f7fe22975128892dfef01a80c0b303ebef0359 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 13:56:55 +0000 Subject: [PATCH] Bump flake8 from 3.8.3 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.9.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index faaabe4a..31f770a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ black==20.8b1 -flake8==3.8.3 +flake8==3.9.2 # Testing # ------------------------------------------------------------------------------