From eacf6a89ecd6ee371e3145286bbd59b437945c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:29:59 +0000 Subject: [PATCH] Bump gitpython from 2.1.11 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.11 to 3.1.34. - [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.34) --- 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..58d8628 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.34 nu-gitflow==1.0.2 pylint==1.9.4 six==1.12.0 diff --git a/setup.cfg b/setup.cfg index 75b833c..83d5a70 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.34 nu-gitflow==1.0.2 configparser six==1.12.0