From c9d2320d874656ae20558bd5dd906d57db3c6979 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 6 Oct 2022 21:07:08 -0700 Subject: [PATCH] Update gitpython from 3.1.27 to 3.1.28 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8b7cf9a0..a9a04d3a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,6 +21,6 @@ pyyaml==6.0 # Scripting # ------------------------------------------------------------------------------ PyGithub==1.55 -gitpython==3.1.27 +gitpython==3.1.28 jinja2==3.1.2 requests==2.28.1