From fa122a7997826d5f28ff26e96b3e686b6eac69e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 02:08:38 +0000 Subject: [PATCH] chore(deps-dev): 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bfb684..3d6263a 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run(self): "twine==3.7.1", "mypy==0.931", "flake8==4.0.1", - "flake8-simplify==0.14.2", + "flake8-simplify==0.14.5", "flake8-comprehensions==3.8.0", "flake8-black==0.2.3", "black==21.12b0",