From ad3c98bae1150cdd3280044787fad8c751fb4f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 07:27:14 +0000 Subject: [PATCH] Bump flake8-simplify from 0.18.0 to 0.18.1 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [Changelog](https://github.com/MartinThoma/flake8-simplify/blob/master/CHANGELOG.md) - [Commits](https://github.com/MartinThoma/flake8-simplify/commits) --- 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 9f31cf6..9f8d4c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -399,7 +399,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.18.0" +version = "0.18.1" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -932,7 +932,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "0e3b6569bbae369eec0629c7c48e6e15a83779939dbd7024d6d38111bd0008f5" +content-hash = "8ded56a888daf616eb42eb5e328623e789fd85ea85c7629e6913f2f673c46b41" [metadata.files] aiohttp = [ @@ -1196,8 +1196,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.18.0-py3-none-any.whl", hash = "sha256:051977c37f4b5e2e63409987749f4f53a591aa8cfbc95619dcbb826636fdd72c"}, - {file = "flake8_simplify-0.18.0.tar.gz", hash = "sha256:da05be5b90033b2eedb13f47af7c430be36a70d47659e8f9f069fcce12183d8e"}, + {file = "flake8_simplify-0.18.1-py3-none-any.whl", hash = "sha256:a4a0fcaad8fa0ad17634c6fa4ff62ebe4835bef48d78d3104eb528140cf0972b"}, + {file = "flake8_simplify-0.18.1.tar.gz", hash = "sha256:8344a6a77b214ad7b3559d06a42c97333b73b11034abb018ea02cebba9fdebf1"}, ] 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 bc71be4..60eebed 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.18.0" +flake8-simplify = "^0.18.1" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^22.1.11"