diff --git a/pyproject.toml b/pyproject.toml index a82f13e..5dbd4d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] requires-python = '~= 3.11' dependencies = [ - 'betty == 0.3.10', + 'betty == 0.3.11', 'click ~= 8.1, >= 8.1.2', ]