diff --git a/pyproject.toml b/pyproject.toml index ed787bf..92a3d38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "ament_lint_pre_commit" description = "Out-of-the-box ament_lint hooks for pre-commit" -version = "0.0.11" +version = "0.0.12" readme = "README.md" license = {file = "LICENSE"} authors = [ @@ -10,7 +10,7 @@ authors = [ requires-python = ">=3.10" dependencies = [ - "ament-black @ git+https://github.com/botsandus/ament_black.git@noble_fix#subdirectory=ament_black" + "ament-black @ git+https://github.com/botsandus/ament_black.git@0.2.7#subdirectory=ament_black" ] classifiers = [