@@ -27,22 +27,22 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
27
27
[project .optional-dependencies ]
28
28
all = [
29
29
" autopep8>=1.6.0,<1.7.0" ,
30
- " flake8>=4 .0.0,<4 .1.0" ,
31
- " mccabe>=0.6 .0,<0.7 .0" ,
32
- " pycodestyle>=2.8 .0,<2.9 .0" ,
30
+ " flake8>=5 .0.0,<5 .1.0" ,
31
+ " mccabe>=0.7 .0,<0.8 .0" ,
32
+ " pycodestyle>=2.9 .0,<2.10 .0" ,
33
33
" pydocstyle>=2.0.0" ,
34
- " pyflakes>=2.4 .0,<2.5 .0" ,
34
+ " pyflakes>=2.5 .0,<2.6 .0" ,
35
35
" pylint>=2.5.0" ,
36
36
" rope>=0.10.5" ,
37
37
" yapf" ,
38
38
" whatthepatch"
39
39
]
40
40
autopep8 = [" autopep8>=1.6.0,<1.7.0" ]
41
- flake8 = [" flake8>=4 .0.0,<4 .1.0" ]
42
- mccabe = [" mccabe>=0.6 .0,<0.7 .0" ]
43
- pycodestyle = [" pycodestyle>=2.8 .0,<2.9 .0" ]
41
+ flake8 = [" flake8>=5 .0.0,<5 .1.0" ]
42
+ mccabe = [" mccabe>=0.7 .0,<0.8 .0" ]
43
+ pycodestyle = [" pycodestyle>=2.9 .0,<2.10 .0" ]
44
44
pydocstyle = [" pydocstyle>=2.0.0" ]
45
- pyflakes = [" pyflakes>=2.4 .0,<2.5 .0" ]
45
+ pyflakes = [" pyflakes>=2.5 .0,<2.6 .0" ]
46
46
pylint = [" pylint>=2.5.0" ]
47
47
rope = [" rope>0.10.5" ]
48
48
yapf = [" yapf" , " whatthepatch>=1.0.2,<2.0.0" ]
0 commit comments