From c66b82a4439b2a268e24e0d8301824651530099e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 10:27:51 +0000 Subject: [PATCH] Bump gitpython from 3.1.24 to 3.1.30 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 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.1.24...3.1.30) --- 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 7d7bf544..927d4532 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def include_dirs(self, dirs): 'h5py==3.6.0', 'pooch==1.5.1', 'numba==0.55.0', - 'gitpython==3.1.24', + 'gitpython==3.1.30', 'scikit-learn==1.0.2', 'statsmodels==0.13.2', 'numdifftools>=0.9.39'