diff --git a/poetry.lock b/poetry.lock index 6bcd1df..ca011c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,7 +395,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.19.1" +version = "0.19.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 = "70ff97590d9ba1c0748facf682f33c5d1d692492055031ebedcedfa27608db05" +content-hash = "00d34036f13d535646a9f23ae1c0416d28a78ac79445a77b35e108eadb2dc5ff" [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.19.1-py3-none-any.whl", hash = "sha256:8fe2de815cc4d859c429f448b23699c95f7e130ec871d7d27ec982c9b86d778c"}, - {file = "flake8_simplify-0.19.1.tar.gz", hash = "sha256:f6af250964a761b8833003756bc6fae740d16a4e8dd7af58ddd6f503f2ada182"}, + {file = "flake8_simplify-0.19.2-py3-none-any.whl", hash = "sha256:9c1e96ba738f9057a561697d67df7a9058898ac6313a67eda09942255cba6d38"}, + {file = "flake8_simplify-0.19.2.tar.gz", hash = "sha256:a30ef76bf1c0cb89a52a8a5cee37667688e61a66735e997c08d56cd002f9e3e9"}, ] 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 beae851..9641f20 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.19.1" +flake8-simplify = "^0.19.2" vulture = "^2.3" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.3.23"