diff --git a/pyproject.toml b/pyproject.toml index 575605c..b629277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "dvc-task[tests,docs]", "celery-types; python_version > '3.9'", "celery-types==0.15.0; python_version < '3.9'", - "mypy==1.9.0" + "mypy==1.10.0" ] [tool.setuptools_scm]