Skip to content

Commit e92aeeb

Browse files
chore(deps): update dependency mypy to v1.18.2
1 parent 53121d6 commit e92aeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ tests = [
4848
]
4949
dev = [
5050
"gto[tests]",
51-
"mypy==1.17.1; python_version > '3.9'",
51+
"mypy==1.18.2; python_version > '3.9'",
5252
# mypy>=1.11.0 crashes when used with pydantic-settings on Python 3.9,
5353
# see: https://github.com/python/mypy/issues/17535
54-
"mypy<1.11.0; python_version <= '3.9'",
54+
"mypy<1.18.3; python_version <= '3.9'",
5555
"pylint==3.3.8",
5656
"types-PyYAML",
5757
"types-filelock",

0 commit comments

Comments
 (0)