Skip to content

Commit 342d2b2

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] <[email protected]>
1 parent 5bfebf8 commit 342d2b2

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
@@ -61,7 +61,7 @@ test = [
6161
"pytest >=7.1.3,<8.0.0",
6262
"pytest-cov >=2.12.0,<4.0.0",
6363
"mypy ==0.971",
64-
"flake8 >=3.8.3,<4.0.0",
64+
"flake8 >=3.8.3,<7.0.0",
6565
"black ==22.8.0",
6666
"isort >=5.0.6,<6.0.0",
6767
"pytest-asyncio",

0 commit comments

Comments
 (0)