diff --git a/pyproject.toml b/pyproject.toml index b501a35..a869bbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,6 @@ venv = ".venv" [dependency-groups] dev = [ - "flake8>=7.1.2", + "flake8>=7.3.0", "pytest>=8.3.4", ]