diff --git a/pyproject.toml b/pyproject.toml index 695a892..6e2a759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ autopep8 = "2.3.1" isort = "5.13.2" flake8 = { version="7.1.1", python=">=3.8.1" } flake8-annotations = { version="3.1.1", python=">=3.8.1" } -flake8-bugbear = { version="24.10.31", python=">=3.8.1" } +flake8-bugbear = { version="24.12.12", python=">=3.8.1" } flake8-isort = "6.1.1" flake8-quotes = "3.4.0" flake8-use-fstring = "1.4"