From 605f7cc6ef8c235838b14a5b74cb12ab68a58d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:51:56 +0000 Subject: [PATCH] Bump gitpython from 2.1.9 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.9 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/2.1.9...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 0d0a2a2..4f636dc 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ long_description=open('README.rst').read(), install_requires=[ # Needed to work with the repository, that contains the recipes. - "GitPython==2.1.9", + "GitPython==3.1.32", # Used to convert gitlabs date strings into date objects. "iso8601==0.1.12", # Needed to get data from the gitlab api.