diff --git a/poetry.lock b/poetry.lock index 670d23ab..081cda62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -399,7 +399,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.18.0" +version = "0.18.1" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -949,7 +949,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "3f6bad4740eec57912a49b47520c700c8c1911ae83b1b998e7e517cc7dc61901" +content-hash = "027139b567d900e22fc956e5f3a9498637a47450275c0216eaaec513248cf6b5" [metadata.files] aiohttp = [ @@ -1213,8 +1213,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.18.0-py3-none-any.whl", hash = "sha256:051977c37f4b5e2e63409987749f4f53a591aa8cfbc95619dcbb826636fdd72c"}, - {file = "flake8_simplify-0.18.0.tar.gz", hash = "sha256:da05be5b90033b2eedb13f47af7c430be36a70d47659e8f9f069fcce12183d8e"}, + {file = "flake8_simplify-0.18.1-py3-none-any.whl", hash = "sha256:a4a0fcaad8fa0ad17634c6fa4ff62ebe4835bef48d78d3104eb528140cf0972b"}, + {file = "flake8_simplify-0.18.1.tar.gz", hash = "sha256:8344a6a77b214ad7b3559d06a42c97333b73b11034abb018ea02cebba9fdebf1"}, ] 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 84526d1b..aca6c84b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-asyncio = "^0.18.1" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0" -flake8-simplify = "^0.18.0" +flake8-simplify = "^0.18.1" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^22.1.11"