From 3765a62060b90509147d15bb973f4a2ad6122090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:04:30 +0000 Subject: [PATCH] Bump gitpython from 3.1.24 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.37. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b122e3e..a670bda 100644 --- a/Pipfile +++ b/Pipfile @@ -61,7 +61,7 @@ flask-httpauth = "==4.5.0" flask-restplus = "==0.13.0" flask-zipkin = "==0.0.5" gitdb = "==4.0.9" -gitpython = "==3.1.24" +gitpython = "==3.1.37" graphql-relay = "==2.0.1" graphql-server-core = "==1.1.3" greenlet = "==1.1.2"