From 752a6675dbabb95114d53a4309fc0fa37fca3f3a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 16 Feb 2023 11:40:30 -0800 Subject: [PATCH] Update gitpython from 3.1.30 to 3.1.31 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15c7c8c0a..213c5c5bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ pyyaml==6.0 # Scripting # ------------------------------------------------------------------------------ PyGithub==1.57 -gitpython==3.1.30 +gitpython==3.1.31 jinja2==3.1.2 requests==2.28.2