diff --git a/pyproject.toml b/pyproject.toml index 6206618..3173834 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.10.1" + "mypy==1.11.1" ] [tool.setuptools_scm]