From 40a60356dfb2d183f87ecd788ca0d63263116673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 16:52:47 +0000 Subject: [PATCH] fix(deps): update dependency pygit2 to v1.18.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40514f01..e4862240 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.2; python_version < "3.13"', + 'pygit2==1.18.2; python_version >= "3.13"', 'strictyaml', 'fontmake[json]>=3.3.0', 'skia-pathops',