From 3129a112df477463b67132c25c734d0911a91f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:00:22 +0000 Subject: [PATCH] Update dependency gitpython to v3.1.46 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f7e87c4..64484f2 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ debugpy = "*" bs4 = "*" aiohttp = "*" boto3 = "*" -gitpython = "==3.1.37" +gitpython = "==3.1.46" google-api-python-client = "1.12.8" google-auth = "1.23.0" ldap3 = "*"