From 426447ee530af93387b6f0ad56647887a9168029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:26:14 +0000 Subject: [PATCH] Update dependency GitPython to v3.1.44 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d630caf..84d579e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.8", - "GitPython==3.1.43", + "GitPython==3.1.44", "PyGithub==2.5.0", ] diff --git a/requirements.txt b/requirements.txt index f4baef6..d3efabb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click==8.1.8 cryptography==44.0.0 Deprecated==1.2.15 gitdb==4.0.11 -GitPython==3.1.43 +GitPython==3.1.44 idna==3.10 pycparser==2.22 PyGithub==2.5.0