From c0330f5d01f55d9b3b7c9e089bfd8ca77540b3e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 21:20:42 +0000 Subject: [PATCH] fix: Face Reconstruction/Joint 3D Face Reconstruction/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- .../Joint 3D Face Reconstruction/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Face Reconstruction/Joint 3D Face Reconstruction/requirements.txt b/Face Reconstruction/Joint 3D Face Reconstruction/requirements.txt index 27eab66e4..864b7f425 100644 --- a/Face Reconstruction/Joint 3D Face Reconstruction/requirements.txt +++ b/Face Reconstruction/Joint 3D Face Reconstruction/requirements.txt @@ -5,3 +5,4 @@ tensorflow pillow>=10.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 werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability