From 0ab7a80fc78329fa8ec1cafe4627ba7c515d309c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:28:24 +0000 Subject: [PATCH] fix(deps): update dependency pygit2 to v1.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 998bff06..1a6ea86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ 'opentype-sanitizer', 'vttlib', # pygit2 1.16.0 only supports 3.10+ - 'pygit2==1.15.0; python_version < "3.13"', + 'pygit2==1.16.0; python_version < "3.13"', 'pygit2==1.16.0; python_version >= "3.13"', 'strictyaml', 'fontmake[json]>=3.3.0',