From 3981335a4e4126149bef4efa9b9f7c80757a6e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 06:08:39 +0000 Subject: [PATCH] Bump gitpython from 2.1.9 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.9 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.9...3.1.30) --- 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..b776df5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -gitpython==2.1.9 +gitpython==3.1.30 grpcio==1.12.1 grpcio-tools==1.12.1 protobuf==3.18.3 diff --git a/setup.py b/setup.py index b57ea62..839c71f 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.30", "grpcio==1.12.1", "grpcio-tools==1.12.1", "protobuf==3.18.3",