Skip to content

Commit 8e4f26e

Browse files
Update flake8 requirement from <4.0.0,>=3.8.3 to >=3.8.3,<8.0.0
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@3.8.3...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f6aded commit 8e4f26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test = [
5555
"pytest >=6.2.4,<7.0.0",
5656
"pylint >=2.12.0",
5757
"mypy ==1.10.0",
58-
"flake8 >=3.8.3,<4.0.0",
58+
"flake8 >=3.8.3,<8.0.0",
5959
"black ==21.9b0",
6060
"isort >=5.0.6,<6.0.0",
6161
"yapf >=0.29.0",

0 commit comments

Comments
 (0)