From 0151b187bfd6765e062a7cf463c31ca5addefffd Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Sun, 16 Jun 2024 18:37:23 +0900 Subject: [PATCH] require pycodestyle 2.12.0+ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]