From 2d21f715778bf6347c9735f8e57d4b40d6ec4bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:45:45 +0000 Subject: [PATCH] Bump gitpython from 2.1.13 to 3.1.37 in /git-filter-branch Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.1.13 to 3.1.37. - [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.13...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- git-filter-branch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-filter-branch/requirements.txt b/git-filter-branch/requirements.txt index b3c78d7..f091e62 100644 --- a/git-filter-branch/requirements.txt +++ b/git-filter-branch/requirements.txt @@ -1,4 +1,4 @@ --index https://pypi.tuna.tsinghua.edu.cn/simple loguru==0.3.2 -gitpython==2.1.13 +gitpython==3.1.37 tzlocal==2.0.0 \ No newline at end of file