diff --git a/Pipfile.lock b/Pipfile.lock index b3c0525..b97e285 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -194,11 +194,10 @@ }, "pyflakes": { "hashes": [ - "sha256:17dbeb2e3f4d772725c777fabc446d5634d1038f234e77343108ce445ea69ce0", - "sha256:d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2" + "sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92", + "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8" ], - "index": "pypi", - "version": "==2.1.1" + "version": "==2.2.0" }, "pyparsing": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 39f24f0..e590a01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ flake8==3.7.9 mccabe==0.6.1 pycodestyle==2.5.0 -pyflakes==2.1.1 +pyflakes==2.2.0 #deps pytest py==1.8.0