From 8c41be2a13c7a1cdda0afffe3377dfcf2b875410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 07:32:28 +0000 Subject: [PATCH] chore(deps-dev): update flake8-bugbear requirement 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/22.1.11...23.2.13) --- updated-dependencies: - dependency-name: flake8-bugbear 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 a868703..da12ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ codespell = "^2.1.0" darglint = "^1.8.1" flake8 = "^4.0.1" flake8-bandit = "^3.0.0" -flake8-bugbear = "^22.1.11" +flake8-bugbear = ">=22.1.11,<24.0.0" flake8-builtins = "^2.0.0" flake8-comprehensions = "^3.8.0" flake8-docstrings = "^1.6.0"