From 65b42a7fd0c506840f3f77d2c2259533d4e04386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:44:20 +0000 Subject: [PATCH] Bump gitpython from 2.1.11 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 to 3.1.37. - [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.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c1ce678..da9d926 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ setuptools_scm==3.2.0 attrs==18.2.0 bump2version==0.5.10 - gitpython==2.1.11 + gitpython==3.1.37 nu-gitflow==1.0.2 pylint==1.9.4 six==1.12.0 diff --git a/setup.cfg b/setup.cfg index 75b833c..2a63003 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ install_requires = setuptools_scm==3.2.0 attrs==18.2.0 bump2version==0.5.10 - gitpython==2.1.11 + gitpython==3.1.37 nu-gitflow==1.0.2 configparser six==1.12.0