Skip to content

Commit 3ca0fb2

Browse files
authored
Merge pull request #56 from eadwinCode/dependabot/pip/flake8-gte-3.8.3-and-lt-7.0.0
Update flake8 requirement from <4.0.0,>=3.8.3 to >=3.8.3,<7.0.0
2 parents 48224be + 4f0af92 commit 3ca0fb2

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)