From 8d7c800259000d4732cad4aa9ccdf4687081a2c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 08:00:48 +0000 Subject: [PATCH] fix: Face Reconstruction/Landmark Detection and 3D Face Reconstruction for Caricature using a Nonlinear Parametric Model/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Face Reconstruction/Landmark Detection and 3D Face Reconstruction for Caricature using a Nonlinear Parametric Model/requirements.txt b/Face Reconstruction/Landmark Detection and 3D Face Reconstruction for Caricature using a Nonlinear Parametric Model/requirements.txt index 2bd21ce08..8f8f493af 100644 --- a/Face Reconstruction/Landmark Detection and 3D Face Reconstruction for Caricature using a Nonlinear Parametric Model/requirements.txt +++ b/Face Reconstruction/Landmark Detection and 3D Face Reconstruction for Caricature using a Nonlinear Parametric Model/requirements.txt @@ -3,5 +3,5 @@ torch==1.13.1 torchvision==0.5.0 Pillow>=10.0.0 opencv-python==4.2.0.32 -setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability