From a8a7084d2130063f459ffc622a6f3e7b3deb62ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:16:35 -0800 Subject: [PATCH] Bump flake8-bugbear from 24.2.6 to 24.12.12 (#321) Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.2.6 to 24.12.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.2.6...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed89a82..e36b2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "build>=1.2", "coverage[toml]==7.6.10", "flake8==7.0.0", - "flake8-bugbear==24.2.6", + "flake8-bugbear==24.12.12", "flit==3.10.1", "mypy==1.9.0", "ufmt==2.5.1",