diff --git a/poetry.lock b/poetry.lock index 55df139b..f8fb89bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -398,7 +398,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.14.2" +version = "0.14.5" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -948,7 +948,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "8aa7cd96e825a299b68b4f417f996e109e1eb00af98049f480654431a3573aba" +content-hash = "bb116b1265f298567b267a9af459d4e53414b4653be14d841e6f67a31b195e42" [metadata.files] aiohttp = [ @@ -1197,8 +1197,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.14.2-py3-none-any.whl", hash = "sha256:6584f3d49350659caaf2a42129f820dc64e60d4bdcb316f621b4e1cfae27e33a"}, - {file = "flake8_simplify-0.14.2.tar.gz", hash = "sha256:4a8f103607195c3d0743a2fd8beeebe24926e19fb3e24521042cfc35771a8d4d"}, + {file = "flake8_simplify-0.14.5-py3-none-any.whl", hash = "sha256:9b4b93d75b3c2046883d490df0e8e957b725fcdccf455c0ffe51436d1a098f6b"}, + {file = "flake8_simplify-0.14.5.tar.gz", hash = "sha256:0bf8b1d60cf35d3e7cf8871194445589778f49ce81a35060f2fe3e0501f5792e"}, ] frozenlist = [ {file = "frozenlist-1.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:977a1438d0e0d96573fd679d291a1542097ea9f4918a8b6494b06610dfeefbf9"}, diff --git a/pyproject.toml b/pyproject.toml index 44c2e18d..eba29122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-asyncio = "^0.16.0" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0" -flake8-simplify = "^0.14.2" +flake8-simplify = "^0.14.5" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.11.29"