Skip to content

Commit a924f24

Browse files
Update mypy requirement from <1.15,>=1.12 to >=1.12,<1.16 (#729)
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.12.0...v1.15.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 7bd261e commit a924f24

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: str) -> list[str]:
2828

2929
# Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses.
3030
extras_require = {
31-
"compatible-mypy": ["mypy>=1.12,<1.15", "django-stubs[compatible-mypy]"],
31+
"compatible-mypy": ["mypy>=1.12,<1.16", "django-stubs[compatible-mypy]"],
3232
"coreapi": ["coreapi>=2.0.0"],
3333
"markdown": ["types-Markdown>=0.1.5"],
3434
}

0 commit comments

Comments
 (0)