From 422d0b1eb16e436baf07d80a46c3494dcd35e614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 03:01:16 +0000 Subject: [PATCH] Update dependency GitPython to v3.1.47 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 700c70d..b5b510d 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ), long_description=open("README.rst").read(), install_requires=[ - "GitPython==3.1.20", + "GitPython==3.1.47", "Jinja2==3.1.4 ", "markdown==2.6.11", "mdx-anchors-away==1.0.1",