There was an error while loading. Please reload this page.
1 parent e0f920d commit a58616eCopy full SHA for a58616e
1 file changed
pyproject.toml
@@ -48,7 +48,7 @@ types = [
48
# mypy 1.12+ requires Python 3.10+; on 3.9 we stay on the last 1.11.x line.
49
# mypy is only run in the lint job (Python 3.13) so 3.9 never installs it in CI.
50
"mypy>=1.20.1; python_version >= '3.10'",
51
- "mypy==1.11.2; python_version < '3.10'",
+ "mypy==1.20.2; python_version < '3.10'",
52
]
53
tests = [
54
# pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.
0 commit comments