diff --git a/poetry.lock b/poetry.lock index 1e30654..c05836a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -145,7 +145,7 @@ description = "the modular source code checker: pep8 pyflakes and co" name = "flake8" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" -version = "3.8.3" +version = "3.8.4" [package.dependencies] mccabe = ">=0.6.0,<0.7.0" @@ -350,7 +350,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "c64203a77fc33ed6d62b1340b10cbc8a759d24825b8612c7accda63a6a5fe4f4" +content-hash = "416c78cf3885fef29928a42d362c6c86ba2b12ddbc6a2c91921fc33ead13ebd1" lock-version = "1.0" python-versions = "^3.6" @@ -465,8 +465,8 @@ docopt = [ {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"}, ] flake8 = [ - {file = "flake8-3.8.3-py2.py3-none-any.whl", hash = "sha256:15e351d19611c887e482fb960eae4d44845013cc142d42896e9862f775d8cf5c"}, - {file = "flake8-3.8.3.tar.gz", hash = "sha256:f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208"}, + {file = "flake8-3.8.4-py2.py3-none-any.whl", hash = "sha256:749dbbd6bfd0cf1318af27bf97a14e28e5ff548ef8e5b1566ccfb25a11e7c839"}, + {file = "flake8-3.8.4.tar.gz", hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"}, ] idna = [ {file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"}, diff --git a/pyproject.toml b/pyproject.toml index e1f50ce..534c54d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ refract = "==0.4.0" [tool.poetry.dev-dependencies] isort = "^5.5" -flake8 = "^3.8.3" +flake8 = "^3.8.4" black = { version = "==20.8b1", allow-prereleases = true } coveralls = "^2.1.2"