diff --git a/README.md b/README.md index 6381bc3..cacec3f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To run [`tach check`](https://docs.gauge.sh/usage/commands#tach-check) and [`tac ```yaml - repo: https://github.com/gauge-sh/tach-pre-commit # Tach version. - rev: v0.16.7 + rev: v0.17.0 hooks: - id: tach - id: tach-external diff --git a/pyproject.toml b/pyproject.toml index 6dc3c1f..cf305dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "tach-pre-commit" version = "0.0.0" dependencies = [ - "tach==0.16.7", + "tach==0.17.0", ] [project.optional-dependencies]