From c8bfb80f94bfcd5642bb0c59b9a9f64cbde39c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 06:24:54 +0000 Subject: [PATCH] Bump flake8-simplify from 0.14.2 to 0.14.5 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.14.2 to 0.14.5. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [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 7f1233c..ff2195f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,7 +395,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.14.2" +version = "0.14.5" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -963,7 +963,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "0e1978e50f8d8796966af672d5840acfa52ed237ac7ae62228b729aff95f7bb6" +content-hash = "e308a4281598331fa584bd421752354740b8c2ba22456c905d1e239bda1e7f10" [metadata.files] aiohttp = [ @@ -1212,8 +1212,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.14.2-py3-none-any.whl", hash = "sha256:6584f3d49350659caaf2a42129f820dc64e60d4bdcb316f621b4e1cfae27e33a"}, - {file = "flake8_simplify-0.14.2.tar.gz", hash = "sha256:4a8f103607195c3d0743a2fd8beeebe24926e19fb3e24521042cfc35771a8d4d"}, + {file = "flake8_simplify-0.14.5-py3-none-any.whl", hash = "sha256:9b4b93d75b3c2046883d490df0e8e957b725fcdccf455c0ffe51436d1a098f6b"}, + {file = "flake8_simplify-0.14.5.tar.gz", hash = "sha256:0bf8b1d60cf35d3e7cf8871194445589778f49ce81a35060f2fe3e0501f5792e"}, ] 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 4b7b537..6bfdf7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-asyncio = "^0.16.0" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0" -flake8-simplify = "^0.14.2" +flake8-simplify = "^0.14.5" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^21.11.29"