From 9640080e7c975bc3604769a6d6694187255cc3a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:11:01 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.57 [SECURITY] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f7e87c4..05effad 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ debugpy = "*" bs4 = "*" aiohttp = "*" boto3 = "*" -gitpython = "==3.1.37" +gitpython = "==3.1.57" google-api-python-client = "1.12.8" google-auth = "1.23.0" ldap3 = "*"