Skip to content

Commit

Permalink
Update compatible-mypy to 1.3.0 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr authored May 13, 2023
1 parent 900626b commit 89929f2
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 @@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]:
]

extras_require = {
"compatible-mypy": ["mypy>=1.2.0,<1.3"],
"compatible-mypy": ["mypy>=1.3.0,<1.4"],
"coreapi": ["coreapi>=2.0.0"],
"markdown": ["types-Markdown>=0.1.5"],
}
Expand Down

0 comments on commit 89929f2

Please sign in to comment.