@@ -28,22 +28,22 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
2828[project .optional-dependencies ]
2929all = [
3030 " autopep8>=1.6.0,<2.1.0" ,
31- " flake8>=5.0 .0,<7" ,
31+ " flake8>=6.1 .0,<7" ,
3232 " mccabe>=0.7.0,<0.8.0" ,
33- " pycodestyle>=2.9 .0,<2.11 .0" ,
33+ " pycodestyle>=2.11 .0,<2.12 .0" ,
3434 " pydocstyle>=6.3.0,<6.4.0" ,
35- " pyflakes>=2.5 .0,<3.1 .0" ,
35+ " pyflakes>=3.1 .0,<3.2 .0" ,
3636 " pylint>=2.5.0,<3" ,
3737 " rope>1.2.0" ,
3838 " yapf>=0.33.0" ,
3939 " whatthepatch>=1.0.2,<2.0.0"
4040]
4141autopep8 = [" autopep8>=1.6.0,<2.1.0" ]
42- flake8 = [" flake8>=5.0 .0,<7" ]
42+ flake8 = [" flake8>=6.1 .0,<7" ]
4343mccabe = [" 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" ]
4545pydocstyle = [" 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" ]
4747pylint = [" pylint>=2.5.0,<3" ]
4848rope = [" rope>1.2.0" ]
4949yapf = [" yapf>=0.33.0" , " whatthepatch>=1.0.2,<2.0.0" ]
0 commit comments