From 84985e608a5216aecbed4319d8ab1c68421db3ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:14:36 +0000 Subject: [PATCH] Bump gitdb from 4.0.10 to 4.0.11 Bumps [gitdb](https://github.com/gitpython-developers/gitdb) from 4.0.10 to 4.0.11. - [Release notes](https://github.com/gitpython-developers/gitdb/releases) - [Commits](https://github.com/gitpython-developers/gitdb/compare/4.0.10...4.0.11) --- updated-dependencies: - dependency-name: gitdb 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..aee71b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ # pip-compile # fonttools==4.38.0 # via font-v (setup.py) -gitdb==4.0.10 # via gitpython +gitdb==4.0.11 # via gitpython gitpython==3.1.31 # via font-v (setup.py) smmap==5.0.0 # via gitdb