diff --git a/poetry.lock b/poetry.lock index 42e83d23..bb0c21e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -356,8 +356,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" @@ -858,7 +858,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e60787e6e18832e3a0dd26b5f6f40318098a6fab02f8a1e3e18fc8dd0953b9b4" +content-hash = "511f0d5da26f16e9cf8ad9aa89b1f1d581900bf23195da1eff9d064e16054c68" [metadata.files] aiohttp = [ @@ -1069,8 +1069,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.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, diff --git a/pyproject.toml b/pyproject.toml index ffe332a4..c8b84f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-asyncio = "^0.15.1" pytest-cov = "^2.11.1" yamllint = "^1.26.1" pyupgrade = "^2.14.0" -flake8-simplify = "^0.14.0" +flake8-simplify = "^0.14.1" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.4.3"