From 057c9c97027b0b3ce5825c29aba1015a63df1425 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Aug 2024 08:58:13 +0000 Subject: [PATCH] fix: Face Reconstruction/Face Alignment in Full Pose Range/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- .../Face Alignment in Full Pose Range/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Face Reconstruction/Face Alignment in Full Pose Range/requirements.txt b/Face Reconstruction/Face Alignment in Full Pose Range/requirements.txt index f77b54f11..84c0e5424 100644 --- a/Face Reconstruction/Face Alignment in Full Pose Range/requirements.txt +++ b/Face Reconstruction/Face Alignment in Full Pose Range/requirements.txt @@ -6,6 +6,6 @@ matplotlib==3.0.2 dlib==19.5.0 # 19.15+ version may cause conflict with pytorch, this may take several minutes opencv-python>=3.4.3.18 wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability -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 pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability