@@ -28,22 +28,22 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
28
28
[project .optional-dependencies ]
29
29
all = [
30
30
" autopep8>=1.6.0,<2.1.0" ,
31
- " flake8>=5.0 .0,<7" ,
31
+ " flake8>=6.1 .0,<7" ,
32
32
" mccabe>=0.7.0,<0.8.0" ,
33
- " pycodestyle>=2.9 .0,<2.11 .0" ,
33
+ " pycodestyle>=2.11 .0,<2.12 .0" ,
34
34
" pydocstyle>=6.3.0,<6.4.0" ,
35
- " pyflakes>=2.5 .0,<3.1 .0" ,
35
+ " pyflakes>=3.1 .0,<3.2 .0" ,
36
36
" pylint>=2.5.0,<3" ,
37
37
" rope>1.2.0" ,
38
38
" yapf>=0.33.0" ,
39
39
" whatthepatch>=1.0.2,<2.0.0"
40
40
]
41
41
autopep8 = [" autopep8>=1.6.0,<2.1.0" ]
42
- flake8 = [" flake8>=5.0 .0,<7" ]
42
+ flake8 = [" flake8>=6.1 .0,<7" ]
43
43
mccabe = [" mccabe>=0.7.0,<0.8.0" ]
44
- pycodestyle = [" pycodestyle>=2.9 .0,<2.11 .0" ]
44
+ pycodestyle = [" pycodestyle>=2.11 .0,<2.12 .0" ]
45
45
pydocstyle = [" pydocstyle>=6.3.0,<6.4.0" ]
46
- pyflakes = [" pyflakes>=2.5 .0,<3.1 .0" ]
46
+ pyflakes = [" pyflakes>=3.1 .0,<3.2 .0" ]
47
47
pylint = [" pylint>=2.5.0,<3" ]
48
48
rope = [" rope>1.2.0" ]
49
49
yapf = [" yapf>=0.33.0" , " whatthepatch>=1.0.2,<2.0.0" ]
0 commit comments