From e8168ed3b4ec5da15236d8322ce036ffba57ccfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:24:05 +0000 Subject: [PATCH] Update dependency GitPython to v3.1.42 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3cc391..c622caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.7", - "GitPython==3.1.41", + "GitPython==3.1.42", "PyGithub==2.2.0", ] diff --git a/requirements.txt b/requirements.txt index cf3ec50..5380862 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 cryptography==42.0.2 Deprecated==1.2.14 gitdb==4.0.11 -GitPython==3.1.41 +GitPython==3.1.42 idna==3.6 pycparser==2.21 PyGithub==2.2.0