From b695c51eaaa00fc7a649bf414eecfcf18e272db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 08:49:45 +0100 Subject: [PATCH] Bump flake8-simplify from 0.14.5 to 0.15.1 (#468) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 94afc023..04c34d1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -398,7 +398,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.14.5" +version = "0.15.1" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -948,7 +948,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "01ca8c1383ffb4eac23e7bb4115a2dec5b3e1e17dd9040c8aebfd70d5df04fc2" +content-hash = "1266135385ecd0ea21d5ea14c6d4d3f0b46bfc07b5cf81c1fa924d13e4f34e1c" [metadata.files] aiohttp = [ @@ -1197,8 +1197,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.14.5-py3-none-any.whl", hash = "sha256:9b4b93d75b3c2046883d490df0e8e957b725fcdccf455c0ffe51436d1a098f6b"}, - {file = "flake8_simplify-0.14.5.tar.gz", hash = "sha256:0bf8b1d60cf35d3e7cf8871194445589778f49ce81a35060f2fe3e0501f5792e"}, + {file = "flake8_simplify-0.15.1-py3-none-any.whl", hash = "sha256:dafa439c33d87bbf0e1d2218ce9cc1395baaf6f94b6c8a0e92d7fe6ba8939c38"}, + {file = "flake8_simplify-0.15.1.tar.gz", hash = "sha256:43c15229b0e1ecf6a1afaa6e02a42de961ceca57caaf74bac45818130dec44a3"}, ] 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 46e8195e..3a4e31d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-asyncio = "^0.17.2" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0" -flake8-simplify = "^0.14.5" +flake8-simplify = "^0.15.1" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^22.1.11"