From d24b4a6ec564f5e2571909ccbe5e19de85d4ee1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:14:29 +0000 Subject: [PATCH] Bump gitpython from 3.1.31 to 3.1.40 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.40. - [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.40) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... 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..d4a35fd 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.40 # via font-v (setup.py) smmap==5.0.0 # via gitdb