Skip to content

Commit

Permalink
Increase minimal required version of autopep8 to >=2.0.4,<2.1.0 (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored Oct 4, 2023
1 parent ccbf6cd commit 76ea9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76ea9ae

Please sign in to comment.