From 13297ad3247e5417552277db23e830fc1e0a6ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:02:19 +0000 Subject: [PATCH] build(deps-dev): bump flake8-bugbear from 25.10.21 to 25.11.29 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 25.10.21 to 25.11.29. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/25.10.21...25.11.29) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-version: 25.11.29 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9052142d..8db614bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ dev = [ "pytest-sugar==1.1.1", "pytest-instafail==0.5.0", "flake8==7.3.0", - "flake8-bugbear==25.10.21", + "flake8-bugbear==25.11.29", "flake8-encodings==0.5.1", "flake8-comprehensions==3.17.0", "flake8-logging-format==0.9.0",