From 444f78989dbf27c26b526aff72e8ab57c00f845a Mon Sep 17 00:00:00 2001 From: BumpDeps <> Date: Mon, 30 Dec 2024 02:19:06 +0000 Subject: [PATCH] BumpDeps: flake8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 696a0e8fdb..0dd3ad3122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,10 +79,10 @@ docs = [ ] flake8 = [ - "flake8 ~= 6.0.0", + "flake8 ~= 7.1.1", "Flake8-pyproject", "flake8-black >= 0.3.2", - "flake8-bugbear ~= 23.2.13", + "flake8-bugbear ~= 24.12.12", "flake8-isort >= 4.1.1", "pep8-naming >= 0.12.1", ]