From ed4afcacc5493bf0f37c84c65671fbf876b811ae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Oct 2022 17:04:53 -0700 Subject: [PATCH] Update gitpython from 3.1.27 to 3.1.29 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8b7cf9a0..5caaa83b8 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.29 jinja2==3.1.2 requests==2.28.1