From 5a50263b3aa595cc6f6e86c6252d1f00beaac5a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 05:25:06 +0000 Subject: [PATCH] Bump gitpython from 2.1.11 to 3.1.11 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 to 3.1.11. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/master/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/2.1.11...3.1.11) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4073b5b..98487bf 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ long_description = f.read() -requirements = ["Click==7.0", "pyyaml>=4.2b1", "python-gitlab==1.8.0", "gitpython==2.1.11"] +requirements = ["Click==7.0", "pyyaml>=4.2b1", "python-gitlab==1.8.0", "gitpython==3.1.11"] setup_requirements = []