From fd42d643df172f24aa07739a19b4705a3f339ec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:23:03 +0000 Subject: [PATCH] Update dependency GitPython to v3.1.41 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d275d63..742b688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" dependencies = [ "click==8.1.7", - "GitPython==3.1.40", + "GitPython==3.1.41", "PyGithub==2.1.1", ] diff --git a/requirements.txt b/requirements.txt index e10d0d7..516a60f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 cryptography==41.0.7 Deprecated==1.2.14 gitdb==4.0.11 -GitPython==3.1.40 +GitPython==3.1.41 idna==3.6 pycparser==2.21 PyGithub==2.1.1