Skip to content

Commit 4f0af92

Browse files
Update flake8 requirement from <4.0.0,>=3.8.3 to >=3.8.3,<7.0.0
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](PyCQA/flake8@3.8.3...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ced2f21 commit 4f0af92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test = [
6464
"pytest >=6.2.4,<8.0.0",
6565
"pytest-cov >=2.12.0,<5.0.0",
6666
"mypy ==0.971",
67-
"flake8 >=3.8.3,<4.0.0",
67+
"flake8 >=3.8.3,<7.0.0",
6868
"black ==22.12.0",
6969
"isort >=5.0.6,<6.0.0",
7070
"pytest-asyncio",

0 commit comments

Comments
 (0)