From 58fd0164ade470ddc6608c9cd903634d4f17833c Mon Sep 17 00:00:00 2001 From: jacob-lee Date: Thu, 8 Dec 2022 14:24:57 -0500 Subject: [PATCH] Remove GitPython from setup.cfg - Legacy dependency - Has critical RCE vulnerability --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 85161e98..3186dcfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,6 @@ install_requires = SQLAlchemy~=1.3.5 pytest~=6.1.1 future~=0.17.1 - GitPython~=3.1.0 python-dotenv~=0.12.0 python_dateutil~=2.8.1 pyOpenSSL~=22.0.0