From 22eb67dadcd37dc6697f87c04edbec04fd225ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:49:19 +0000 Subject: [PATCH] chore(deps): update dependency test/flake8-bugbear to v24.2.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7dc358c..c512753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ test = [ "bandit[toml]==1.7.7", "black==24.1.1", "check-manifest==0.49", - "flake8-bugbear==24.1.17", + "flake8-bugbear==24.2.6", "flake8-docstrings", "flake8-formatter_junit_xml", "flake8",