From 80b2c0200ab9d33ea26d7414d594009d2cd2dc83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:57:51 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.47 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76a81d2..4b81a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "cryptography==46.0.7", "Flask==3.1.3", "Flask-WTF==1.2.2", - "GitPython==3.1.46", + "GitPython==3.1.47", "libgravatar==1.0.4", "mistletoe==1.5.1", "praw==7.8.1",