From 44aba37bf62d71a93d4b5cd88e062c8b7083fd7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 02:38:51 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.49 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56a2974..f3e6027 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.48", + "GitPython==3.1.49", "libgravatar==1.0.4", "mistletoe==1.5.1", "praw==7.8.1",