From 7f27ac52f509f2d8dccc6f61f802f5526e0544a2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 10 Apr 2018 08:54:23 -0500 Subject: [PATCH] Update pycodestyle from 2.3.1 to 2.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78077b013..1df886643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ binaryornot==0.4.4 # Code quality # ------------------------------------------------------------------------------ flake8==3.5.0 -pycodestyle==2.3.1 +pycodestyle==2.4.0 pyflakes==1.6.0 # Testing