From 3709c9ce6c597613e9403d0ae21ba5047dc068f0 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 12 Sep 2023 06:07:39 -0500 Subject: [PATCH] Update gitpython to 3.1.36 (#4581) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1144741f..6a5062d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,6 @@ pyyaml==6.0.1 # Scripting # ------------------------------------------------------------------------------ PyGithub==1.59.1 -gitpython==3.1.35 +gitpython==3.1.36 jinja2==3.1.2 requests==2.31.0