From 5b3396c6c99548ac697cabacc3725e9b2ec7ef1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:35:10 +0000 Subject: [PATCH] fix(pypi): update dependency pygit2 to v1.19.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45b431a..1a3caea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "lark==1.3.1", "maven-artifact==0.3.5", "pydantic==2.12.5", - "pygit2==1.19.1", + "pygit2==1.19.2", "referencing==0.37.0", "requests-file==3.0.1", "rich>=13.0",