From 9753e47cfcb497fa3a1a609ea5b2584f0b0ec660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 05:31:10 +0000 Subject: [PATCH] Bump gitpython from 2.1.5 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.5 to 3.1.30. - [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.5...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4222076..7333eb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ click==6.7 docutils==0.13.1 github3.py==1.2.0 gitdb2==2.0.4 -GitPython==2.1.5 +GitPython==3.1.30 python-dateutil==2.6.0 requests>=2.20.0 setuptools>=18.5