From a1255153f91c9d084a5c529f7bab91d2b96e7747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:18:19 +0100 Subject: [PATCH] Bump flake8-executable from 2.0.4 to 2.1.0 (#381) Bumps [flake8-executable](https://github.com/xuhdev/flake8-executable) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/xuhdev/flake8-executable/releases) - [Commits](https://github.com/xuhdev/flake8-executable/compare/v2.0.4...v2.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- flake8-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake8-requirements.txt b/flake8-requirements.txt index 227233ebb2..8bf52c9a8b 100644 --- a/flake8-requirements.txt +++ b/flake8-requirements.txt @@ -12,7 +12,7 @@ flake8-coding==1.3.2 # coding magic-comment detection flake8-comprehensions==3.3.0 # comprehension checks flake8-deprecated==1.3 # deprecated call checks flake8-docstrings==1.5.0 # pydocstyle support -flake8-executable==2.0.4 # shebangs +flake8-executable==2.1.0 # shebangs flake8-fixme==1.1.1 # "fix me" counter flake8-functions==0.0.4 # function linting flake8-html==0.4.1 # html output