From 333a4f6500ffa9e6c6e6de63d5ec40bf54843370 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:17:29 +0000 Subject: [PATCH] chore(deps): update dependency flake8-bugbear to v24.12.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4809fb..1b45cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pygeodesy = "*" black = "24.10.0" coverage = { version = "*", extras = ['toml'] } flake8 = "7.1.1" -flake8-bugbear = "24.10.31" +flake8-bugbear = "24.12.12" hypothesis = ">= 6.56.2" isort = "5.13.2" pre-commit = "*"