diff --git a/pyproject.toml b/pyproject.toml index 392387a..c7d0a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ autopep8 = "2.0.4" isort = "5.13.2" flake8 = { version="7.0.0", python=">=3.8.1" } flake8-annotations = { version="3.0.1", python=">=3.8.1" } -flake8-bugbear = { version="23.12.2", python=">=3.8.1" } +flake8-bugbear = { version="24.1.17", python=">=3.8.1" } flake8-isort = "6.1.1" flake8-quotes = "3.3.2" flake8-use-fstring = "1.4"