From 4b90d69c79da3d48c76c13c20a5e94d31903bde4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:57:37 +0100 Subject: [PATCH] chore(deps): update dependency pygit2 to <1.15.2 (#1000) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 451f9896..0933d7ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ 'unidecode', 'opentype-sanitizer', 'vttlib', - 'pygit2<1.15.0', + 'pygit2<1.15.2', 'strictyaml', 'fontmake[json]>=3.3.0', 'skia-pathops',