Skip to content

Commit 41bdaa2

Browse files
Update dependency mypy to >=1.19,<1.20
1 parent acdc64d commit 41bdaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.19,<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)