File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ We rely on different `django` and `mypy` versions:
4949
5050| django-stubs | Mypy version | Django version | Django partial support | Python version |
5151| ----------------| --------------| ----------------| ------------------------| ----------------|
52- | (next release) | 1.9.x | 5.0 | 4.2, 4.1 | 3.8 - 3.12 |
52+ | (next release) | 1.10.x | 5.0 | 4.2, 4.1 | 3.8 - 3.12 |
5353| 4.2.7 | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5454| 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
5555| 4.2.5 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ Django==5.0.4; python_version >= '3.10'
1414-e .[redis,compatible-mypy ]
1515
1616# Overrides:
17- mypy == 1.9 .0
17+ mypy == 1.10 .0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def find_stub_files(name: str) -> List[str]:
3232
3333# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
3434extras_require = {
35- "compatible-mypy" : ["mypy~=1.9 .0" ],
35+ "compatible-mypy" : ["mypy~=1.10 .0" ],
3636 "redis" : ["redis" ],
3737}
3838
You can’t perform that action at this time.
0 commit comments