Skip to content

Commit a6c2f08

Browse files
authored
Update mypy to 1.12 (#682)
1 parent 41f254e commit a6c2f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]:
2929

3030
# Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses.
3131
extras_require = {
32-
"compatible-mypy": ["mypy~=1.11.0", "django-stubs[compatible-mypy]"],
32+
"compatible-mypy": ["mypy~=1.12.0", "django-stubs[compatible-mypy]"],
3333
"coreapi": ["coreapi>=2.0.0"],
3434
"markdown": ["types-Markdown>=0.1.5"],
3535
}

0 commit comments

Comments
 (0)