From 460658ffe1d7c1ff4d06e474f41ba615614e771a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:51:53 +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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 428ed6d..f2958ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -gitpython==2.1.9 +gitpython==3.1.32 grpcio==1.12.1 grpcio-tools==1.12.1 protobuf==3.18.3 diff --git a/setup.py b/setup.py index b57ea62..539acbb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ ), long_description=open('README.rst').read(), install_requires=[ - "gitpython==2.1.9", + "gitpython==3.1.32", "grpcio==1.12.1", "grpcio-tools==1.12.1", "protobuf==3.18.3",