diff --git a/poetry.lock b/poetry.lock index f7ac227..10eaf6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -658,13 +658,13 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.19.3" +version = "0.20.0" description = "flake8 plugin which checks for code that can be simplified" optional = false python-versions = ">=3.6.1" files = [ - {file = "flake8_simplify-0.19.3-py3-none-any.whl", hash = "sha256:1057320e9312d75849541fee822900d27bcad05b2405edc84713affee635629e"}, - {file = "flake8_simplify-0.19.3.tar.gz", hash = "sha256:2fb083bf5142a98d9c9554755cf2f56f8926eb4a33eae30c0809041b1546879e"}, + {file = "flake8_simplify-0.20.0-py3-none-any.whl", hash = "sha256:599a47824726c93fadcf0274e569daed45052e38cd906360d9080eaa3bd76d61"}, + {file = "flake8_simplify-0.20.0.tar.gz", hash = "sha256:7b8796bbea8aed45f56621c389d0556cc86f0afa5d992581139451240a8fbeca"}, ] [package.dependencies] @@ -1698,4 +1698,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2450083f5489b84ff774867403b0fd0544b6e52d8717b54202a3d4dea6b4bb7b" +content-hash = "5d4dd83c623e5c359feb7ffb0ab2aa24294f5db7f782269176c08e96bec21e4c" diff --git a/pyproject.toml b/pyproject.toml index f30f1fb..63e4fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0" yamllint = "^1.29.0" pyupgrade = "^3.3.1" -flake8-simplify = "^0.19.3" +flake8-simplify = "^0.20.0" vulture = "^2.7" flake8-bandit = "^3.0.0" flake8-bugbear = "^23.3.12"