Skip to content

Commit 25cfbf7

Browse files
authored
Merge pull request #51 from bckohan/dependabot/pip/mypy-gte-0.971-and-lt-1.5
Update mypy requirement from >=0.971,<1.3 to >=0.971,<1.5
2 parents ada5475 + a73fb01 commit 25cfbf7

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
@@ -48,7 +48,7 @@ djangorestframework = {version = "^3.9", optional = true}
4848
pytest = "^7.0"
4949
Sphinx = "^5.0.2"
5050
sphinx-rtd-theme = "^1.0.0"
51-
mypy = ">=0.971,<1.3"
51+
mypy = ">=0.971,<1.5"
5252
isort = "^5.6.4"
5353
doc8 = "^0.11.0"
5454
darglint = "^1.5.7"

0 commit comments

Comments
 (0)