From 53ad51dea421f0be2fad10c00e503b0c10d01254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:27:49 +0000 Subject: [PATCH] Update flake8-bugbear requirement from <23.4,>=23.1 to >=23.1,<23.7 Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.14...23.6.5) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index c5db632f..25b895e6 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ black flake8>=5,<6.1 -flake8-bugbear>=23.1,<23.4 +flake8-bugbear>=23.1,<23.7 flake8-builtins>=2.1,<3 flake8-eradicate>=1.0,<2 flake8-isort>=5,<6.1