From 655f52bafdeb9e3800d4a975723afea47cf33a2a Mon Sep 17 00:00:00 2001 From: Daniel Edwards Date: Fri, 8 May 2026 18:08:13 +0200 Subject: [PATCH] demos: update GitPython to 3.1.49 Signed-off-by: Daniel Edwards --- Demos/tools/Benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demos/tools/Benchmark/requirements.txt b/Demos/tools/Benchmark/requirements.txt index 379ad1103..2af00cce8 100644 --- a/Demos/tools/Benchmark/requirements.txt +++ b/Demos/tools/Benchmark/requirements.txt @@ -1,3 +1,3 @@ gitdb==4.0.12 -GitPython==3.1.47 +GitPython==3.1.49 smmap==5.0.2