Skip to content

Commit 307ff9a

Browse files
authored
chore(deps): update dependency mypy to v1.20.1
1 parent 008427c commit 307ff9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ types = [
4949
# mypy 1.12+ requires Python 3.10+; on 3.9 we stay on the last 1.11.x line.
5050
# mypy is only run in the lint job (Python 3.13) so 3.9 never installs it in CI.
5151
"mypy>=1.20.1; python_version >= '3.10'",
52-
"mypy==1.11.2; python_version < '3.10'",
52+
"mypy==1.20.1; python_version < '3.10'",
5353
"types-setuptools==75.8.2.20250305",
5454
]
5555
tests = [

0 commit comments

Comments
 (0)