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

Commit a02339d

Browse files
authored
Bump flake8 to 7.1 (python-lsp#576)
1 parent 7901a7c commit a02339d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Homepage = "https://github.com/python-lsp/python-lsp-server"
2828
[project.optional-dependencies]
2929
all = [
3030
"autopep8>=2.0.4,<2.1.0",
31-
"flake8>=7,<8",
31+
"flake8>=7.1,<8",
3232
"mccabe>=0.7.0,<0.8.0",
33-
"pycodestyle>=2.11.0,<2.12.0",
33+
"pycodestyle>=2.12.0,<2.13.0",
3434
"pydocstyle>=6.3.0,<6.4.0",
3535
"pyflakes>=3.2.0,<3.3.0",
3636
"pylint>=3.1,<4",
@@ -39,9 +39,9 @@ all = [
3939
"whatthepatch>=1.0.2,<2.0.0"
4040
]
4141
autopep8 = ["autopep8>=2.0.4,<2.1.0"]
42-
flake8 = ["flake8>=7,<8"]
42+
flake8 = ["flake8>=7.1,<8"]
4343
mccabe = ["mccabe>=0.7.0,<0.8.0"]
44-
pycodestyle = ["pycodestyle>=2.11.0,<2.12.0"]
44+
pycodestyle = ["pycodestyle>=2.12.0,<2.13.0"]
4545
pydocstyle = ["pydocstyle>=6.3.0,<6.4.0"]
4646
pyflakes = ["pyflakes>=3.2.0,<3.3.0"]
4747
pylint = ["pylint>=3.1,<4"]

0 commit comments

Comments
 (0)