From ea6f548afb3418f5ae870ea535e8b347f4c8d340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:40:54 +0100 Subject: [PATCH] Bump flake8-simplify from 0.15.2 to 0.17.0 (#131) Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.15.2 to 0.17.0. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [Commits](https://github.com/MartinThoma/flake8-simplify/compare/0.15.2...0.17.0) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 e9289a2..2512a6c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,7 +395,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.15.2" +version = "0.17.0" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -928,7 +928,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "d02be8eae2209c1548ef04be6369d0b108ef7824914a10fb2fdfadd497e07a58" +content-hash = "decf1ca22755ac8aa41cbd5076749c30895c49fde29e97b68745e91640a585b5" [metadata.files] aiohttp = [ @@ -1192,8 +1192,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.15.2-py3-none-any.whl", hash = "sha256:5e0e311743af57d6eb17f46a5c3c5d04df6a5adddc6183573a0ea455833816d6"}, - {file = "flake8_simplify-0.15.2.tar.gz", hash = "sha256:852d9ba96b572f530e14e2b393985b4d017f82039910c38b107388ef28ceb6dc"}, + {file = "flake8_simplify-0.17.0-py3-none-any.whl", hash = "sha256:a566bb550706dbdc637b46729b760a7ac6442e2b28d64b729bc9da44a4dfd3b1"}, + {file = "flake8_simplify-0.17.0.tar.gz", hash = "sha256:fd4076e0f9e9af4a18d91dfe32b1d460b7da97322d5e083fc3a5bbe487075877"}, ] 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 aa3bc50..924c400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-asyncio = "^0.18.1" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0" -flake8-simplify = "^0.15.2" +flake8-simplify = "^0.17.0" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^22.1.11"