From 10859dfd88c131c0b39e12f48be9d9f4c9cc0daa Mon Sep 17 00:00:00 2001 From: AlexTranAmz <167144297+AlexTranAmz@users.noreply.github.com> Date: Tue, 25 Aug 2026 14:41:18 -0700 Subject: [PATCH] chore: pin GitPython for release bump Signed-off-by: AlexTranAmz <167144297+AlexTranAmz@users.noreply.github.com> --- requirements-release.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-release.txt b/requirements-release.txt index 333d561c..ae101c1e 100644 --- a/requirements-release.txt +++ b/requirements-release.txt @@ -1 +1,2 @@ -python-semantic-release == 10.6.* \ No newline at end of file +python-semantic-release == 10.6.* +GitPython == 3.1.59 \ No newline at end of file