Skip to content

Commit a58616e

Browse files
authored
chore(deps): update dependency mypy to v1.20.2
1 parent e0f920d commit a58616e

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
@@ -48,7 +48,7 @@ types = [
4848
# mypy 1.12+ requires Python 3.10+; on 3.9 we stay on the last 1.11.x line.
4949
# mypy is only run in the lint job (Python 3.13) so 3.9 never installs it in CI.
5050
"mypy>=1.20.1; python_version >= '3.10'",
51-
"mypy==1.11.2; python_version < '3.10'",
51+
"mypy==1.20.2; python_version < '3.10'",
5252
]
5353
tests = [
5454
# pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.

0 commit comments

Comments
 (0)