Skip to content

Commit 76ea9ae

Browse files
authored
Increase minimal required version of autopep8 to >=2.0.4,<2.1.0 (#449)
1 parent ccbf6cd commit 76ea9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
2727

2828
[project.optional-dependencies]
2929
all = [
30-
"autopep8>=1.6.0,<2.1.0",
30+
"autopep8>=2.0.4,<2.1.0",
3131
"flake8>=6.1.0,<7",
3232
"mccabe>=0.7.0,<0.8.0",
3333
"pycodestyle>=2.11.0,<2.12.0",

0 commit comments

Comments
 (0)