From a67007b0a6f24e7fa0be635368d83ee23bf60c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 07:24:38 +0000 Subject: [PATCH] Bump flake8-simplify from 0.18.2 to 0.19.1 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.18.2 to 0.19.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.18.2...0.19.1) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:development update-type: version-update:semver-minor ... 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 aad8fd0..023827b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,7 +395,7 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.18.2" +version = "0.19.1" description = "flake8 plugin which checks for code that can be simplified" category = "dev" optional = false @@ -933,7 +933,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "f7b701d73b9d23752185421b26962abef72fb7d193f2e5bc55ac8f4cf9e87899" +content-hash = "cb2e325c9e80f1294f103edf5d344b97cfce168fd6cca063b5955b9e6c2338f7" [metadata.files] aiohttp = [ @@ -1198,8 +1198,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] flake8-simplify = [ - {file = "flake8_simplify-0.18.2-py3-none-any.whl", hash = "sha256:accdfbc1228d04be824ab16243df2b3731bb0517c4fd1c80f1b7a8ddcc42ee3e"}, - {file = "flake8_simplify-0.18.2.tar.gz", hash = "sha256:9c4ccb709d7f91660cb43799f845903380cceacce4e5a76db73fb0beed4bb935"}, + {file = "flake8_simplify-0.19.1-py3-none-any.whl", hash = "sha256:8fe2de815cc4d859c429f448b23699c95f7e130ec871d7d27ec982c9b86d778c"}, + {file = "flake8_simplify-0.19.1.tar.gz", hash = "sha256:f6af250964a761b8833003756bc6fae740d16a4e8dd7af58ddd6f503f2ada182"}, ] frozenlist = [ {file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3"}, diff --git a/pyproject.toml b/pyproject.toml index 45219ad..51cbc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-asyncio = "^0.18.2" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.1" -flake8-simplify = "^0.18.2" +flake8-simplify = "^0.19.1" vulture = "^2.3" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.3.23"