From bdfd285af715e8af7228a7db9e52a4b5d4833743 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 17:55:39 +0000 Subject: [PATCH] fix: demo/depth_estimation/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-8400708 --- demo/depth_estimation/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/depth_estimation/requirements.txt b/demo/depth_estimation/requirements.txt index 2523321b8abad..53e3d3e522378 100644 --- a/demo/depth_estimation/requirements.txt +++ b/demo/depth_estimation/requirements.txt @@ -3,4 +3,5 @@ git+https://github.com/nielsrogge/transformers.git@add_dpt_redesign#egg=transfor numpy Pillow jinja2 -open3d \ No newline at end of file +open3d +tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file