From c6d3a46c66ff852452ae77a4d2f05204c4f6c21b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:12:13 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.48 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 137277a..56a2974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "cryptography==47.0.0", "Flask==3.1.3", "Flask-WTF==1.3.0", - "GitPython==3.1.47", + "GitPython==3.1.48", "libgravatar==1.0.4", "mistletoe==1.5.1", "praw==7.8.1",