From 2657601a88a94170dbf6bde5bc0bfda863761460 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 21:24:27 +0000 Subject: [PATCH] Bump flake8 from 3.8.1 to 3.8.3 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.1 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.1...3.8.3) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 26a13a3cf..5eb76c279 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ Click==7.1.2 coverage==5.0.3 ddt==1.4.1 -flake8==3.8.1 +flake8==3.8.3 gitpython==2.1.15 mock==3.0.5 pytest==5.4.2; python_version >= '3.5'