From a04f62d1783b289bedf7e1d49fda2ec1a8fa367a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 06:49:26 +0000 Subject: [PATCH] Bump flake8-simplify from 0.15.1 to 0.15.2 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [Commits](https://github.com/MartinThoma/flake8-simplify/commits/0.15.2) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8e757eb..7c2184c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,7 +396,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.15.1" +version = "0.15.2" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -964,7 +964,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5f6079d29b8cf53b5e24137f6b6bd2270813d9ddc71526db478ecbb8d88385ac" +content-hash = "0a16617a0c7da87898dd68f9f9149b28be40365d5ff356d55e87dd2c7f3d7da1" [metadata.files] aiohttp = [ @@ -1228,8 +1228,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.15.1-py3-none-any.whl", hash = "sha256:dafa439c33d87bbf0e1d2218ce9cc1395baaf6f94b6c8a0e92d7fe6ba8939c38"}, - {file = "flake8_simplify-0.15.1.tar.gz", hash = "sha256:43c15229b0e1ecf6a1afaa6e02a42de961ceca57caaf74bac45818130dec44a3"}, + {file = "flake8_simplify-0.15.2-py3-none-any.whl", hash = "sha256:5e0e311743af57d6eb17f46a5c3c5d04df6a5adddc6183573a0ea455833816d6"}, + {file = "flake8_simplify-0.15.2.tar.gz", hash = "sha256:852d9ba96b572f530e14e2b393985b4d017f82039910c38b107388ef28ceb6dc"}, ] 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 b3c2551..a53a00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-asyncio = "^0.18.0" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0" -flake8-simplify = "^0.15.1" +flake8-simplify = "^0.15.2" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^22.1.11"