From d6fd486b413c73d7c817fa2858b6ec2b7e2c8572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 07:08:36 +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/master/CHANGELOG.md) - [Commits](https://github.com/MartinThoma/flake8-simplify/commits) --- 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 72f5f7a..c433723 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.21.0" mypy = ">=0.991,<1.2" pre-commit = ">=2.17,<4.0" pre-commit-hooks = "^4.1.0"