From 05f0e08a31a0e263676372b54e53cd2919464a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:00:29 +0000 Subject: [PATCH] Bump flake8-bugbear from 24.1.17 to 24.2.6 (#814) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 674b2ff3..2a72a076 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flake8==7.0.0 flake8-bandit==4.1.1 -flake8-bugbear==24.1.17 +flake8-bugbear==24.2.6 flake8-import-order==0.18.2 flake8-requirements==2.0.2 mypy==1.8.0; implementation_name=="cpython"