From fd97768fa126b62aae8eb11cd815dd5786a73955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:11:37 +0000 Subject: [PATCH] chore(deps): update dependency gitpython to v3.1.41 --- Pipfile | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index a7d1461fc5e4..112dd4d484ff 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" langchain = "==0.0.341" litellm = "==1.7.7" openai = "==1.1.1" -gitpython = "==3.1.36" +gitpython = "==3.1.41" pdf2image = "==1.16.3" nest-asyncio = "==1.5.6" pypdf = "==3.9.0" diff --git a/backend/requirements.txt b/backend/requirements.txt index 94ad11f85cb0..4e7e33f7a1e5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ langchain==0.0.341 litellm==1.7.7 # Markdown==3.4.4 openai==1.1.1 -GitPython==3.1.36 +GitPython==3.1.41 pdf2image==1.16.3 nest_asyncio==1.5.6 pypdf==3.9.0