diff --git a/poetry.lock b/poetry.lock index 4e3e209..2ef74f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,7 +127,7 @@ python-versions = "*" [[package]] name = "flake8" -version = "3.9.1" +version = "3.9.2" description = "the modular source code checker: pep8 pyflakes and co" category = "dev" optional = false @@ -519,7 +519,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "74c1372394b150f7633c31f62c841e1f2e0fec8ae94493fc84550859fa019e25" +content-hash = "545e430ac35f77bcc1d05872758de2909e1275801c422cb4ae9a40fe86727a92" [metadata.files] appdirs = [ @@ -620,8 +620,8 @@ filelock = [ {file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"}, ] flake8 = [ - {file = "flake8-3.9.1-py2.py3-none-any.whl", hash = "sha256:3b9f848952dddccf635be78098ca75010f073bfe14d2c6bda867154bea728d2a"}, - {file = "flake8-3.9.1.tar.gz", hash = "sha256:1aa8990be1e689d96c745c5682b687ea49f2e05a443aff1f8251092b0014e378"}, + {file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"}, + {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, ] gitdb = [ {file = "gitdb-4.0.7-py3-none-any.whl", hash = "sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0"}, diff --git a/pyproject.toml b/pyproject.toml index e0910ce..b256555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = "^3.6.1" bandit = "^1.7.0" pytest-cov = "^2.11.1" pre-commit = "^2.12.1" -flake8 = "^3.9.1" +flake8 = "^3.9.2" tox = "^3.23.0" pytest = "^6.2.3" mypy = "^0.812"