From 5af75fb0baba7a9666e5ac57212a569eca88e2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:33:55 +0000 Subject: [PATCH] Bump gitpython from 3.1.0 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.0 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/3.1.0...3.1.34) --- 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..d4a2d9a 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.34", "bcrypt>=3.2", ], )