From 8faaf8143f68d2a3233a331687b6c65209733fcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Sep 2023 01:23:18 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5871282 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40b0d23..23b4dd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -GitPython==0.3.2.1 +GitPython==3.1.33.1 xlrd==0.9.3 requests==2.5.3 PyPDF2==1.20