Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit cb213e0

Browse files
authored
Fix optional dependency version for autopep8 (python-lsp#514)
1 parent 36bd41b commit cb213e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ all = [
3838
"yapf>=0.33.0",
3939
"whatthepatch>=1.0.2,<2.0.0"
4040
]
41-
autopep8 = ["autopep8>=1.6.0,<2.1.0"]
41+
autopep8 = ["autopep8>=2.0.4,<2.1.0"]
4242
flake8 = ["flake8>=7,<8"]
4343
mccabe = ["mccabe>=0.7.0,<0.8.0"]
4444
pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]

0 commit comments

Comments
 (0)