From 76ea9ae702ae9c1c2a821e5ce27a81d23eb81ebe Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Wed, 4 Oct 2023 12:17:48 -0400 Subject: [PATCH] Increase minimal required version of autopep8 to `>=2.0.4,<2.1.0` (#449) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a27c1316..d2983edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ Homepage = "https://github.com/python-lsp/python-lsp-server" [project.optional-dependencies] all = [ - "autopep8>=1.6.0,<2.1.0", + "autopep8>=2.0.4,<2.1.0", "flake8>=6.1.0,<7", "mccabe>=0.7.0,<0.8.0", "pycodestyle>=2.11.0,<2.12.0",