From 36e2207dbcc4825050b5849b3edfacb3b244c727 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2025 19:58:19 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30b3db1..ac3b82b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ pexpect requests python-on-whales jetson-stats -packaging \ No newline at end of file +packaging +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file