From 8f5f91c003629476cbc62406ff7b71e5de5ddf38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 01:04:20 +0000 Subject: [PATCH] Bump gitpython from 3.0.2 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.0.2 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/3.0.2...3.1.30) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 956536b5..3aff4970 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pytest-cov==2.7.1 flake8==3.7.8 matplotlib==3.1.1 numpy==1.17.2 -gitpython==3.0.2 +gitpython==3.1.30 joblib==0.13.2 diff --git a/setup.cfg b/setup.cfg index 679ab65a..6e6fcc3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = scikit-learn[alldeps]==0.21.3 matplotlib==3.1.1 pyyaml==5.1.2 - gitpython==3.0.2 + gitpython==3.1.30 joblib==0.13.2