From 8fe3b40c721e28f568948a9e9857fc92550e8742 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:07:21 +0000 Subject: [PATCH] chore(deps): update dependency flake8-bugbear to v24.12.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c8e447..610a878 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ optional = true pytest = "8.3.4" pylint = "3.3.2" flake8 = "7.1.1" -flake8-bugbear = "24.10.31" +flake8-bugbear = "24.12.12" flake8-pytest-style = "2.0.0" ruff = "0.8.2" coverage = "7.6.9"