Skip to content

Commit

Permalink
Bump mypy from 0.790 to 0.800 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jan 23, 2021
1 parent 23648a1 commit b95960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
EXTRAS_REQUIRE = {
"django": DJANGO_REQUIRES,
"tests": ["pytest"] + DJANGO_REQUIRES,
"lint": ["flake8==3.8.4", "flake8-bugbear==20.11.1", "mypy==0.790", "pre-commit~=2.4"],
"lint": ["flake8==3.8.4", "flake8-bugbear==20.11.1", "mypy==0.800", "pre-commit~=2.4"],
}
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
PYTHON_REQUIRES = ">=3.6"
Expand Down

0 comments on commit b95960b

Please sign in to comment.