Skip to content

Commit 4f20ed4

Browse files
Update dependency mypy to >=1.13,<1.20 (#877)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0db9dce commit 4f20ed4

File tree

2 files changed

+109
-35
lines changed

2 files changed

+109
-35
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Funding = "https://github.com/sponsors/typeddjango"
3636
"Release notes" = "https://github.com/typeddjango/djangorestframework-stubs/releases"
3737

3838
[project.optional-dependencies]
39-
compatible-mypy = ["mypy>=1.13,<1.19", "django-stubs[compatible-mypy]"]
39+
compatible-mypy = ["mypy>=1.13,<1.20", "django-stubs[compatible-mypy]"]
4040
coreapi = ["coreapi>=2.0.0"]
4141
markdown = ["types-Markdown>=0.1.5"]
4242

0 commit comments

Comments
 (0)