Skip to content

Commit 324d4cb

Browse files
Update mypy requirement from <1.18,>=1.13 to >=1.13,<1.19 (#821)
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.13.0...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 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 48152ec commit 324d4cb

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.13,<1.18", "django-stubs[compatible-mypy]"],
31+
"compatible-mypy": ["mypy>=1.13,<1.19", "django-stubs[compatible-mypy]"],
3232
"coreapi": ["coreapi>=2.0.0"],
3333
"markdown": ["types-Markdown>=0.1.5"],
3434
}

0 commit comments

Comments
 (0)