Skip to content

Commit b10cdd5

Browse files
authored
Merge pull request #9 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 c2283cd + 342d2b2 commit b10cdd5

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

0 commit comments

Comments
 (0)