From 1d4455fc71138c3181d1a60ae36754d9d5bce536 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 18 Oct 2023 17:59:21 +0100 Subject: [PATCH] Update gitpython from 3.1.38 to 3.1.40 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2780ce08a..5c553b69e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,6 @@ pyyaml==6.0.1 # Scripting # ------------------------------------------------------------------------------ PyGithub==2.1.1 -gitpython==3.1.38 +gitpython==3.1.40 jinja2==3.1.2 requests==2.31.0