Skip to content

Commit f141057

Browse files
Update mypy requirement from <1.10,>=1.7 to >=1.7,<1.11 (#598)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.7.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0c9e31 commit f141057

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 we use in CI (requirements.txt)
3131
extras_require = {
32-
"compatible-mypy": ["mypy>=1.7,<1.10", "django-stubs[compatible-mypy]"],
32+
"compatible-mypy": ["mypy>=1.7,<1.11", "django-stubs[compatible-mypy]"],
3333
"coreapi": ["coreapi>=2.0.0"],
3434
"markdown": ["types-Markdown>=0.1.5"],
3535
}

0 commit comments

Comments
 (0)