Skip to content

Commit e35e3c8

Browse files
authored
Merge pull request #30 from bckohan/dependabot/pip/mypy-gte-0.971-and-lt-1.2
Update mypy requirement from >=0.971,<1.1 to >=0.971,<1.2
2 parents 9bed570 + 76bf6f6 commit e35e3c8

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
@@ -47,7 +47,7 @@ djangorestframework = {version = "^3.9", optional = true}
4747
pytest = "^7.0"
4848
Sphinx = "^5.0.2"
4949
sphinx-rtd-theme = "^1.0.0"
50-
mypy = ">=0.971,<1.1"
50+
mypy = ">=0.971,<1.2"
5151
isort = "^5.6.4"
5252
doc8 = "^0.11.0"
5353
darglint = "^1.5.7"

0 commit comments

Comments
 (0)