diff --git a/poetry.lock b/poetry.lock index 64fd9f48..2d63ca7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -365,8 +365,8 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.14.0" -description = "flake8 plugin which checks for code that can be simpified" +version = "0.14.1" +description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false python-versions = ">=3.6.1" @@ -895,7 +895,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8f7b00dfc75a71f9f4b3107fd89289a4b3e0beca751591225a9f665d1985bed4" +content-hash = "d0b30df83e1317652ad7e2325b75966459d9f192fece74e34c625bf7ead00c46" [metadata.files] aiohttp = [ @@ -1110,8 +1110,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.14.0-py3-none-any.whl", hash = "sha256:5793b3c7bd826d7489580f8146bbd40d5bface15d9be5020ddbf07980b844709"}, - {file = "flake8_simplify-0.14.0.tar.gz", hash = "sha256:365d0b812fc708af2286a8364ed7b23715bb873431c7f3188bc0b4cd6dcb3c0a"}, + {file = "flake8_simplify-0.14.1-py3-none-any.whl", hash = "sha256:ba5d2905dc277cd4800c6e7f4859f96322d83dd37991ae5f8305750132084dd6"}, + {file = "flake8_simplify-0.14.1.tar.gz", hash = "sha256:d8b38feb97fd6c5943b5d9b2ab352acea83ec036a93215c0576b9e48c6aa2dcc"}, ] gitdb = [ {file = "gitdb-4.0.7-py3-none-any.whl", hash = "sha256:6c4cc71933456991da20917998acbe6cf4fb41eeaab7d6d67fbc05ecd4c865b0"}, diff --git a/pyproject.toml b/pyproject.toml index c5d3b7dc..2a686898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-asyncio = "^0.15.1" pytest-cov = "^2.12.1" yamllint = "^1.26.1" pyupgrade = "^2.19.1" -flake8-simplify = "^0.14.0" +flake8-simplify = "^0.14.1" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.4.3"