From e739fa4464fbffe3f8c9957dd9e4f105ae9669e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 08:12:10 +0000 Subject: [PATCH] Bump flake8 from 3.7.9 to 3.8.3 in /tools Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.3) Signed-off-by: dependabot-preview[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index c48971c5..5d6dd638 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -7,7 +7,7 @@ contextlib2==0.6.0.post1 ; python_version < '3' coverage==5.0.2 entrypoints==0.3 enum34==1.1.6 -flake8==3.7.9 +flake8==3.8.3 funcsigs==1.0.2 ; python_version < '3.3' functools32==3.2.3.post2 ; python_version < '3' futures==3.3.0 ; python_version < '3.2'