diff --git a/pyproject.toml b/pyproject.toml index 4fc134c..28eef37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "dvc-azure[tests]", - "mypy==1.14.0", + "mypy==1.14.1", ] tests = [ "dvc[testing]",