diff --git a/pyproject.toml b/pyproject.toml index 3809a37..d1fe4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,6 @@ version = {attr = "logiklib.__version__"} [project.optional-dependencies] test = [ "pytest==8.3.5", - "flake8==7.1.2", + "flake8==7.2.0", "codespell==2.4.1" ]