diff --git a/pyproject.toml b/pyproject.toml index ea8606e0..f242fedd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "pycodestyle >= 2.11.0", + "pycodestyle >= 2.12.0", "tomli; python_version < '3.11'", ] dynamic = ["version"]