From e9616756fdb95996073db705344b49b4d06fdf26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:05:17 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.10.31 to 24.12.12 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.10.31 to 24.12.12. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.10.31...24.12.12) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:production 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 5eb0080c..c27762d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "attribution == 1.8.0", "black == 24.4.2", "flake8 == 7.1.0", - "flake8-bugbear == 24.10.31", + "flake8-bugbear == 24.12.12", "mypy == 1.13.0", "ufmt == 2.8.0", "usort == 1.0.8.post1",