From c76795e37ed2d8f9fc832d1e5c32ca73f736f948 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Tue, 5 Nov 2024 15:57:18 +0000 Subject: [PATCH] fix pygit2 fail --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b38a071..e7203eb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ 'unidecode', 'opentype-sanitizer', 'vttlib', - 'pygit2<=1.14.1', + 'pygit2==1.16.0', 'strictyaml', 'fontmake[json]>=3.3.0', 'skia-pathops',