diff --git a/poetry.lock b/poetry.lock index ec49d44..aad8fd0 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 @@ -933,7 +933,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "aa322955b4e51da3e9a2a8b0af7c0355729ff6271f86d771bbc1f1bfdb6978ac" +content-hash = "f7b701d73b9d23752185421b26962abef72fb7d193f2e5bc55ac8f4cf9e87899" [metadata.files] aiohttp = [ @@ -1198,8 +1198,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 cec7e74..45219ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,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"