diff --git a/poetry.lock b/poetry.lock index 7799e58f..57455088 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,7 +395,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.18.1" +version = "0.18.2" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "70ff25f14b2693bd10f3ca3279b7ffc80ec11013743b61313003f0ea5b96909d" +content-hash = "f1621025b34ef704d829544f176f911e2ef56d3a4cbe1d53b83a03b537dc3967" [metadata.files] aiohttp = [ @@ -1216,8 +1216,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.18.1-py3-none-any.whl", hash = "sha256:a4a0fcaad8fa0ad17634c6fa4ff62ebe4835bef48d78d3104eb528140cf0972b"}, - {file = "flake8_simplify-0.18.1.tar.gz", hash = "sha256:8344a6a77b214ad7b3559d06a42c97333b73b11034abb018ea02cebba9fdebf1"}, + {file = "flake8_simplify-0.18.2-py3-none-any.whl", hash = "sha256:accdfbc1228d04be824ab16243df2b3731bb0517c4fd1c80f1b7a8ddcc42ee3e"}, + {file = "flake8_simplify-0.18.2.tar.gz", hash = "sha256:9c4ccb709d7f91660cb43799f845903380cceacce4e5a76db73fb0beed4bb935"}, ] frozenlist = [ {file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3"}, diff --git a/pyproject.toml b/pyproject.toml index 0f0ada54..d70dd290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-asyncio = "^0.18.2" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.1" -flake8-simplify = "^0.18.1" +flake8-simplify = "^0.18.2" vulture = "^2.3" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.3.23"