From f452c12916d81d5d0fec323e2028dc382dd0ba89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:15:44 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v7.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bda711..1d7f903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pygeodesy = "*" [tool.poetry.dev-dependencies] black = "24.4.2" coverage = { version = "*", extras = ['toml'] } -flake8 = "7.0.0" +flake8 = "7.1.1" flake8-bugbear = "24.8.19" hypothesis = ">= 6.56.2" isort = "5.13.2"