diff --git a/pyproject.toml b/pyproject.toml index 0ba9bf7..f97361d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "dvc-s3[tests]", - "mypy==1.9.0", + "mypy==1.10.0", ] tests = [ "dvc[testing]",