diff --git a/pyproject.toml b/pyproject.toml index 5a61b79..4f5f98d 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.12.1" + "mypy==1.13.0" ] [tool.setuptools_scm]