From 87cbb87b1cee7413c11fb911e0141a2f2225ad9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:29:20 +0000 Subject: [PATCH] Bump gitpython from 3.1.31 to 3.1.41 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.41. - [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.31...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6215664..2f32758 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ # fonttools==4.38.0 # via font-v (setup.py) gitdb==4.0.10 # via gitpython -gitpython==3.1.31 # via font-v (setup.py) +gitpython==3.1.41 # via font-v (setup.py) smmap==5.0.0 # via gitdb