Skip to content

Commit e341198

Browse files
authored
Raise upper bound of autopep8 (#345)
1 parent 40124c6 commit e341198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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,<1.7.0",
30+
"autopep8>=1.6.0,<2.1.0",
3131
"flake8>=5.0.0,<7",
3232
"mccabe>=0.7.0,<0.8.0",
3333
"pycodestyle>=2.9.0,<2.11.0",
@@ -39,7 +39,7 @@ all = [
3939
"toml",
4040
"whatthepatch>=1.0.2,<2.0.0"
4141
]
42-
autopep8 = ["autopep8>=1.6.0,<1.7.0"]
42+
autopep8 = ["autopep8>=1.6.0,<2.1.0"]
4343
flake8 = ["flake8>=5.0.0,<7"]
4444
mccabe = ["mccabe>=0.7.0,<0.8.0"]
4545
pycodestyle = ["pycodestyle>=2.9.0,<2.11.0"]

0 commit comments

Comments
 (0)