From 00e0fa4ac594d290955bb2a32e35f9e703cc2dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Feb 2019 08:12:36 +0000 Subject: [PATCH] Bump flake8 from 3.7.6 to 3.7.7 (#77) Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.6 to 3.7.7. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.6...3.7.7) Signed-off-by: dependabot[bot] <support@dependabot.com> --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 904e70f..62a1009 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -flake8==3.7.6 +flake8==3.7.7 Cython==0.29.5 nose==1.3.7 pylint==1.9.4 -- GitLab