From ef2f0ce5ab30a414c24b11cabf497d92a0a17f81 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 08:53:35 +0000 Subject: [PATCH] Bump gitpython from 2.1.15 to 3.1.7 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.15 to 3.1.7. - [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.15...3.1.7) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b0f568e0e..b0be27d3b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ Click==7.1.2 coverage==5.2.1 ddt==1.4.1 flake8==3.8.3 -gitpython==2.1.15 +gitpython==3.1.7 mock==3.0.5 pytest==5.4.3; python_version >= '3.5' pytest==4.6.5; python_version < '3.5'