From a3dcd99e0aca5fb7d8e491c15f405c1e3e093123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:42:05 +0000 Subject: [PATCH] chore(deps-dev): update flake8-simplify requirement 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/main/CHANGELOG.md) - [Commits](https://github.com/MartinThoma/flake8-simplify/compare/0.19.2...0.21.0) --- 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 8297dc3..1b72c51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flake8-comprehensions = "^3.8.0" flake8-docstrings = "^1.6.0" flake8-eradicate = "^1.2.0" flake8-markdown = "^0.3.0" -flake8-simplify = "^0.19.2" +flake8-simplify = ">=0.19.2,<0.22.0" mypy = ">=0.991,<1.5" pre-commit = ">=2.17,<4.0" pre-commit-hooks = "^4.1.0"