diff --git a/pyproject.toml b/pyproject.toml index 9aa4ce9..8c0a076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "dvc-task[tests,docs]", "celery-types; python_version > '3.9'", "celery-types==0.15.0; python_version < '3.9'", - "mypy==1.11.2" + "mypy==1.12.0" ] [tool.setuptools_scm]