Skip to content

Commit 0428b31

Browse files
Update mypy requirement from <0.1000,>=0.991 to >=0.991,<1.1
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a339b0 commit 0428b31

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
@@ -28,7 +28,7 @@ def find_stub_files(name):
2828
]
2929

3030
extras_require = {
31-
"compatible-mypy": ["mypy>=0.991,<0.1000"],
31+
"compatible-mypy": ["mypy>=0.991,<1.1"],
3232
"coreapi": ["coreapi>=2.0.0"],
3333
"markdown": ["types-Markdown>=0.1.5"],
3434
}

0 commit comments

Comments
 (0)