From d8b6e4bf64749e66a5e0bb1432cfde2c17e03c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:50:00 +0000 Subject: [PATCH] Bump gitpython from 2.1.11 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 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.11...3.1.32) --- 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..3d40d6d 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.32 nu-gitflow==1.0.2 pylint==1.9.4 six==1.12.0 diff --git a/setup.cfg b/setup.cfg index 75b833c..327ea9d 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.32 nu-gitflow==1.0.2 configparser six==1.12.0