From dbeec0197f3bf9f5dd6d52b28423741deca4bbd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 00:03:20 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.55 [SECURITY] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f7e87c4..6ff6508 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ debugpy = "*" bs4 = "*" aiohttp = "*" boto3 = "*" -gitpython = "==3.1.37" +gitpython = "==3.1.55" google-api-python-client = "1.12.8" google-auth = "1.23.0" ldap3 = "*"