diff --git a/poetry.lock b/poetry.lock index c5e87f5..4e8b397 100644 --- a/poetry.lock +++ b/poetry.lock @@ -171,7 +171,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.2" +version = "3.8.3" [package.dependencies] mccabe = ">=0.6.0,<0.7.0" @@ -650,7 +650,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "1e3162a07a22147ffa66f094f042dc357784c4e9a320cd1c6b6b5ed3bdf47c65" +content-hash = "dfe206a8f052aba6c483dfbd7aba3b660a0c773935c7d23bcf3557722927c1be" python-versions = "^3.7" [metadata.files] @@ -744,8 +744,8 @@ filelock = [ {file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"}, ] flake8 = [ - {file = "flake8-3.8.2-py2.py3-none-any.whl", hash = "sha256:ccaa799ef9893cebe69fdfefed76865aeaefbb94cb8545617b2298786a4de9a5"}, - {file = "flake8-3.8.2.tar.gz", hash = "sha256:c69ac1668e434d37a2d2880b3ca9aafd54b3a10a3ac1ab101d22f29e29cf8634"}, + {file = "flake8-3.8.3-py2.py3-none-any.whl", hash = "sha256:15e351d19611c887e482fb960eae4d44845013cc142d42896e9862f775d8cf5c"}, + {file = "flake8-3.8.3.tar.gz", hash = "sha256:f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208"}, ] flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, diff --git a/pyproject.toml b/pyproject.toml index 1199482..5768d69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ importlib_metadata = {version = "^1.6.0", python = "<3.8"} pytest = "^5.4.3" coverage = {extras = ["toml"], version = "^5.0.3"} black = "^19.10b0" -flake8 = "^3.8.2" +flake8 = "^3.8.3" flake8-bandit = "^2.1.2" flake8-black = "^0.2.0" flake8-bugbear = "^20.1.4"