From 8f9c1666256cc9c9e8453cf5b5ca7ed5b7283efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 08:48:03 +0000 Subject: [PATCH] chore(deps): bump gitpython from 2.1.11 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 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.11...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d86eae4..9f94233 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ configparser==3.7.3 enum34==1.1.6 futures gitdb2==2.0.5 -GitPython==2.1.11 +GitPython==3.1.30 idna==2.8 isort==4.3.12 lazy-object-proxy==1.3.1 diff --git a/requirements.txt b/requirements.txt index 37730a1..d2e4c5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests==2.21.0 -GitPython==2.1.11 +GitPython==3.1.30 requests_toolbelt