From 34956ba0d7051977fdc49368c1122126e65e6e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:17:46 +0100 Subject: [PATCH] Bump flake8-print from 3.1.4 to 4.0.0 (#380) Bumps [flake8-print](https://github.com/jbkahn/flake8-print) from 3.1.4 to 4.0.0. - [Release notes](https://github.com/jbkahn/flake8-print/releases) - [Commits](https://github.com/jbkahn/flake8-print/compare/3.1.4...4.0.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 dc9e81301f..227233ebb2 100644 --- a/flake8-requirements.txt +++ b/flake8-requirements.txt @@ -20,7 +20,7 @@ flake8-if-statements==0.1.0 # condition linting flake8-isort==4.0.0 # runs isort flake8-mutable==1.2.0 # mutable default argument detection flake8-pep3101==1.3.0 # new-style format strings only -flake8-print==3.1.4 # complain about print statements in code +flake8-print==4.0.0 # complain about print statements in code flake8-printf-formatting==1.1.0 # forbey printf-style python2 string formatting flake8-pytest-style==1.3.0 # pytest checks flake8-raise==0.0.5 # exception raising linting