From 5dfe24e7053cfa03c94eefce75487363d765e17b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Aug 2026 14:52:10 +0100 Subject: [PATCH] Pin gitpython to latest version 3.1.59 --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 1cbef25..91eb1f4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.6.4 -gitpython +gitpython==3.1.59 uvicorn==0.4.6