From 666832b01a2d29bd1a35cab30125a1e564fa2a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:05:06 +0000 Subject: [PATCH] Bump gitpython from 3.1.24 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.32. - [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.32) --- 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..d013f68 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.32" graphql-relay = "==2.0.1" graphql-server-core = "==1.1.3" greenlet = "==1.1.2"