From 8b5f77d359e0418580d8142a26ff46e9a16a0f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:48:51 +0000 Subject: [PATCH] Bump gitpython from 0.1.7 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 0.1.7 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/0.1.7...3.1.32) --- 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 d05e210..05b3c3a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(*rnames): install_requires=[ 'setuptools', 'argparse', - 'GitPython==0.1.7', + 'GitPython==3.1.32', 'mock', ], test_suite='gitctl.tests.test_suite',