From 6b5138b0b3209750d754eba3309e0c387f512469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:30:25 +0000 Subject: [PATCH] fix(deps): update dependency gitpython to v3.1.47 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 423541b..7a2d22f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = "==3.13.9" dependencies = [ "fastapi[standard]==0.135.1", - "gitpython==3.1.46", + "gitpython==3.1.47", "huggingface-hub==1.7.1", "prometheus-client==0.24.1", "pydantic-settings==2.13.1",