From 466ee8652ea15c97b629dc5789edc36852403533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 08:19:31 +0100 Subject: [PATCH] Bump flake8-simplify from 0.14.2 to 0.14.5 (#101) 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] 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 68a27cc0..b9289ae7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -394,7 +394,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 @@ -927,7 +927,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "21bf8fb025ce14fc2c8b3c0a071af54559d9eb8a5c4e6f4074bfcba053d1d53a" +content-hash = "616eb7de220cb14b3ce385e849d37a4decca4c0b046aaa637a8eecf5a7816de1" [metadata.files] aiohttp = [ @@ -1176,8 +1176,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 11595a63..86a9de95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,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"