From 05f404feb1801404b6b5650f070a5437999100ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 20:10:18 +0000 Subject: [PATCH] Update flake8-simplify requirement from ^0.15.1 to ^0.19.3 Updates the requirements on [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) to permit the latest version. - [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.15.2...0.19.3) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e786d37..2cb6983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pytest-asyncio = "^0.17.2" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0" -flake8-simplify = "^0.15.1" +flake8-simplify = "^0.19.3" vulture = "^2.3" flake8-bandit = "^2.1.2" flake8-bugbear = "^22.1.11"