diff --git a/pyproject.toml b/pyproject.toml index 1cf64ebf..8485311d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ all = [ "yapf>=0.33.0", "whatthepatch>=1.0.2,<2.0.0" ] -autopep8 = ["autopep8>=1.6.0,<2.1.0"] +autopep8 = ["autopep8>=2.0.4,<2.1.0"] flake8 = ["flake8>=7,<8"] mccabe = ["mccabe>=0.7.0,<0.8.0"] pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]