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:
49
49
50
50
| django-stubs | Mypy version | Django version | Django partial support | Python version |
51
51
| ----------------| --------------| ----------------| ------------------------| ----------------|
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 |
53
53
| 4.2.7 | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
54
54
| 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 |
55
55
| 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'
14
14
-e .[redis,compatible-mypy ]
15
15
16
16
# 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]:
32
32
33
33
# Keep compatible-mypy major.minor version pinned to what we use in CI (requirements.txt)
34
34
extras_require = {
35
- "compatible-mypy" : ["mypy~=1.9 .0" ],
35
+ "compatible-mypy" : ["mypy~=1.10 .0" ],
36
36
"redis" : ["redis" ],
37
37
}
38
38
You can’t perform that action at this time.
0 commit comments