Skip to content

Commit 89929f2

Browse files
authored
Update compatible-mypy to 1.3.0 (#416)
1 parent 900626b commit 89929f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

3131
extras_require = {
32-
"compatible-mypy": ["mypy>=1.2.0,<1.3"],
32+
"compatible-mypy": ["mypy>=1.3.0,<1.4"],
3333
"coreapi": ["coreapi>=2.0.0"],
3434
"markdown": ["types-Markdown>=0.1.5"],
3535
}

0 commit comments

Comments
 (0)