From 394f00997c3dfebe73d55589cd811cd4e5334552 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 01:22:11 +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-REQUESTS-6928867 --- .../Face Alignment in Full Pose Range/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 90a4da514..f77b54f11 100644 --- a/Face Reconstruction/Face Alignment in Full Pose Range/requirements.txt +++ b/Face Reconstruction/Face Alignment in Full Pose Range/requirements.txt @@ -8,3 +8,4 @@ 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 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