From 81a33a46f1e9764c21a388af88cbe54198d040d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:34:46 +0000 Subject: [PATCH] chore(deps): update dependency flake8-bugbear to v24.10.31 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5de4513..d623417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pygeodesy = "*" black = "24.10.0" coverage = { version = "*", extras = ['toml'] } flake8 = "7.0.0" -flake8-bugbear = "24.8.19" +flake8-bugbear = "24.10.31" hypothesis = ">= 6.56.2" isort = "5.13.2" pre-commit = "*"