From 18a0a344957399eb4f3c005393d4a6b9055a84b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:59:45 +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/23.11.28...23.12.2) --- 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 a1f2d353..03269d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ ddt = "1.7.0" coverage = "7.3.2" flake8 = { version="6.1.0", python=">=3.8.1" } flake8-annotations = { version="3.0.1", python=">=3.8.1" } -flake8-bugbear = { version="23.11.28", python=">=3.8.1" } +flake8-bugbear = { version="23.12.2", python=">=3.8.1" } flake8-isort = "6.1.1" flake8-quotes = "3.3.2" flake8-use-fstring = "1.4"