From ca7f44b0f8596b570e96ddcb573b1fe2dd855b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:48:54 +0000 Subject: [PATCH] Update dependency GitPython to v3.1.43 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 818dc5e..c9d3364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.7", - "GitPython==3.1.42", + "GitPython==3.1.43", "PyGithub==2.3.0", ] diff --git a/requirements.txt b/requirements.txt index c37f7eb..877703d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 cryptography==42.0.5 Deprecated==1.2.14 gitdb==4.0.11 -GitPython==3.1.42 +GitPython==3.1.43 idna==3.6 pycparser==2.22 PyGithub==2.3.0