diff --git a/pyproject.toml b/pyproject.toml index 05cde8f..5acd5ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "typos-mirror" -version = "1.29.3" +version = "1.29.4" dependencies = [ - "typos==1.29.3", + "typos==1.29.4", ]