diff --git a/Pipfile.lock b/Pipfile.lock index b3c0525..704c716 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -186,11 +186,10 @@ }, "pycodestyle": { "hashes": [ - "sha256:95a2219d12372f05704562a14ec30bc76b05a5b297b21a5dfe3f6fac3491ae56", - "sha256:e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c" + "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20", + "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f" ], - "index": "pypi", - "version": "==2.5.0" + "version": "==2.8.0" }, "pyflakes": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 39f24f0..86ef794 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ flake8==3.7.9 mccabe==0.6.1 -pycodestyle==2.5.0 +pycodestyle==2.8.0 pyflakes==2.1.1 #deps pytest