From 5d2259083d41c0a61b34e0e86b802b016054d9dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:38:57 +0000 Subject: [PATCH] chore(deps): update dependency flake8-bugbear to v24 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 291094d..c49ca60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ black = "^24.0.0" flake8 = "^7.0.0" flake8-bandit = "^3.0.0" flake8-black = "^0.3.3" -flake8-bugbear = "^22.4.25" +flake8-bugbear = "^24.0.0" safety = "^1.10.3" flake8-annotations = "^2.9.0" mypy = "^0.961"