From ab27621b14a5b90414f41488b1769bbc5fad8658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:53:05 +0000 Subject: [PATCH] Bump gitpython from 3.1.0 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.0 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/3.1.0...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d11df8..2e222c9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "pandas>=1.0.1", "matplotlib>=2.2.0", "scikit-learn>=0.22.1", - "GitPython==3.1.0", + "GitPython==3.1.32", "bcrypt>=3.2", ], )