From 23b49dd6c5dd479e43abb39730b0f90a5b15b4e1 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 17 Oct 2023 05:52:52 -0500 Subject: [PATCH] Update gitpython to 3.1.38 (#4631) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 454aa162..18497125 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,6 @@ pyyaml==6.0.1 # Scripting # ------------------------------------------------------------------------------ PyGithub==2.1.1 -gitpython==3.1.37 +gitpython==3.1.38 jinja2==3.1.2 requests==2.31.0