From 650c09298f85a7f35708769909b668aab63fad65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:30:02 +0000 Subject: [PATCH] Bump gitpython from 2.1.11 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 to 3.1.34. - [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/2.1.11...3.1.34) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9df439..82fbe87 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], install_requires=[ 'simplejson==3.16.0', - 'gitpython==2.1.11' + 'gitpython==3.1.34' ], entry_points=''' [console_scripts]