1 parent 5fb78ec commit a7d67e3Copy full SHA for a7d67e3
1 file changed
pyproject.toml
@@ -51,7 +51,7 @@ types = [
51
# The `<1.12` upper bound on the 3.9 entry is REQUIRED — without it renovate
52
# bumps the pin past 1.12 (e.g. to 2.x) and produces an unsatisfiable lock. Keep it.
53
"mypy>=1.20.1; python_version >= '3.10'",
54
- "mypy>=1.11.2,<1.12; python_version < '3.10'",
+ "mypy>=2.3,<2.4; python_version < '3.10'",
55
]
56
tests = [
57
# pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.
0 commit comments