From b91bc6d07d42a31c732a8c60d73c8faece45c6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:21:25 +0000 Subject: [PATCH] Update flake8-bugbear requirement from <23.8,>=23.5 to >=23.5,<23.10 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.5.9...23.9.16) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01852765..bb803004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "coveralls>=3.0.0,<3.3.2", "flake8>=6.0,<6.1", "flake8-black>=0.3.4,<0.4", - "flake8-bugbear>=23.5,<23.8", + "flake8-bugbear>=23.5,<23.10", "pytest>=7.1.2,<7.4.4", "pytest-subtests>=0.10.0,<0.11.1" ]