From a09f259e30ea3e2ed62a97c1d390fa63ac6b3f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:49:29 +0000 Subject: [PATCH] Bump flake8-simplify from 0.14.2 to 0.21.0 in /requirements Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.14.2 to 0.21.0. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [Changelog](https://github.com/MartinThoma/flake8-simplify/blob/main/CHANGELOG.md) - [Commits](https://github.com/MartinThoma/flake8-simplify/compare/0.14.2...0.21.0) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 196d54254..464625932 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -8,7 +8,7 @@ flake8==5.0.4 flake8-bugbear==22.9.23 flake8-future-import==0.4.7 flake8-no-u-prefixed-strings==0.2 -flake8-simplify==0.14.2 +flake8-simplify==0.21.0 flake8-sfs==0.0.4 flake8-tidy-imports==4.8.0 mccabe==0.7.0