From aaa4448b7c0f7bc78e7e6a54c0095e994546416d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:54:51 +0000 Subject: [PATCH] fix(deps): update dependency pygit2 to v1.18.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b0ec5735..80fb6e993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,8 +45,8 @@ 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.18.0; python_version < "3.13"', + 'pygit2==1.18.0; python_version >= "3.13"', 'strictyaml', 'fontmake[json]>=3.3.0', 'skia-pathops',