From ac1c5c7cbd768e3db2e2d398dd1af6cae3e0fc27 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 11 Oct 2022 12:23:15 -0500 Subject: [PATCH] Update gitpython to 3.1.29 (#3902) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f95f4e5e..7ce71845 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