From f4828fc183ec9a253b9ff35adc33354e6b4bc1e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:16:30 +0000 Subject: [PATCH] fix(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 c512753..0596458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ test = [ "bandit[toml]==1.7.7", "black==24.1.1", "check-manifest==0.49", - "flake8-bugbear==24.2.6", + "flake8-bugbear==24.12.12", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8",