From 4af64698c4db883b856c04c85b8a74d57fca209a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 02:20:37 +0000 Subject: [PATCH] Bump flake8-simplify from 0.17.0 to 0.17.1 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.17.0 to 0.17.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/compare/0.17.0...0.17.1) --- 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 b6834e7..aedbe6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -399,7 +399,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.17.0" +version = "0.17.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 = "3504b03c7f3dd4a5287fbb22caa2f863e5943c53a73a28a4537d0cf4521d4835" +content-hash = "555982ef65f74e0ffcfea15185af20c2dd05812c181a78573c30e9c99b1b4d72" [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.17.0-py3-none-any.whl", hash = "sha256:a566bb550706dbdc637b46729b760a7ac6442e2b28d64b729bc9da44a4dfd3b1"}, - {file = "flake8_simplify-0.17.0.tar.gz", hash = "sha256:fd4076e0f9e9af4a18d91dfe32b1d460b7da97322d5e083fc3a5bbe487075877"}, + {file = "flake8_simplify-0.17.1-py3-none-any.whl", hash = "sha256:9e05c2b80c5fcfc04557c60f14cd6a8ea723abcd471eb01a05b33484040d0370"}, + {file = "flake8_simplify-0.17.1.tar.gz", hash = "sha256:06b78943c291c5ba7689c41c4ff8f845c2949155c54d1a33455ce9d110dfd62c"}, ] 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 a307ebb..244a311 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.17.0" +flake8-simplify = "^0.17.1" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^22.1.11"