From d0725b2d222408a586b4d38b21fa0d66b304a951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:26:08 +0000 Subject: [PATCH] Upgrade: 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 bb263f5..a5f4cdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ click==8.1.6 cryptography==41.0.2 exceptiongroup==1.1.2 frozenlist==1.4.0 -gitdb==4.0.10 +gitdb==4.0.11 github3.py==4.0.1 GitPython==3.1.32 h11==0.14.0