From a274b93c469fd91161d26481e048535227993ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:29:19 +0000 Subject: [PATCH] fix: bump flake8-bugbear from 24.12.12 to 25.11.29 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.12.12 to 25.11.29. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.12.12...25.11.29) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.11.29 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 4ebc7b4..3688e4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ test = [ "bandit[toml]==1.8.6", "black==25.11.0", "check-manifest==0.51", - "flake8-bugbear==24.12.12", + "flake8-bugbear==25.11.29", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8",