From 4d51ef23ad58a10a3c66ca888456d8fc9c25811b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 16:19:30 +0000 Subject: [PATCH] Bump flake8 from 3.9.1 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 082ceb3..50241d7 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true black = "==21.4b2" codacy-coverage = "==1.3.11" coverage = "==5.5" -flake8 = "==3.9.1" +flake8 = "==3.9.2" pre-commit = "==2.12.1" pylint = "==2.8.2" pytest = "==6.2.4"