From f6919e1af6ed5148d6c5fa5a310153508487fdde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 07:50:56 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.50 [SECURITY] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f7e87c4..afbc33f 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ debugpy = "*" bs4 = "*" aiohttp = "*" boto3 = "*" -gitpython = "==3.1.37" +gitpython = "==3.1.50" google-api-python-client = "1.12.8" google-auth = "1.23.0" ldap3 = "*"