From 5ecfd9be8efcb0279085affbfa4873ecc54fdc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:56 +0000 Subject: [PATCH] fix: bump flake8-bugbear from 23.5.9 to 24.12.12 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.5.9 to 24.12.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.5.9...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 24.12.12 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e77fc7c..78da9ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ test = [ "bandit[toml]==1.7.5", "black==23.3.0", "check-manifest==0.49", - "flake8-bugbear==23.5.9", + "flake8-bugbear==24.12.12", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8",