From 02f20c91d566f0fc5f36bd63cc2c26228d823396 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Wed, 6 Mar 2019 09:02:29 +0000 Subject: [PATCH] requirements: Upgrade pyflakes from 2.1.0 to 2.1.1. --- requirements/dev.in | 2 +- requirements/dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.in b/requirements/dev.in index 0c4331657e..ffee24700b 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -29,7 +29,7 @@ isort==4.3.10 pycodestyle==2.5.0 # Needed to run pyflakes linter -pyflakes==2.1.0 +pyflakes==2.1.1 # Needed to run tests in parallel tblib==1.3.2 diff --git a/requirements/dev.txt b/requirements/dev.txt index 6f9b1828bc..284e60b49e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -128,7 +128,7 @@ pycparser==2.19 # via cffi pycrypto==2.6.1 pycryptodome==3.7.3 # via python-jose pydispatcher==2.0.5 # via scrapy -pyflakes==2.1.0 +pyflakes==2.1.1 pygments==2.3.1 pyhamcrest==1.9.0 # via twisted pyjwt==1.7.1