diff --git a/pyproject.toml b/pyproject.toml index 5f0ef96..707d029 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "dvc-oss[tests]", - "mypy==1.12.1", + "mypy==1.13.0", ] tests = [ "dvc[testing]",