From a10b70612b22a5a508821c38a7ddb86d181141d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 14:21:04 +0000 Subject: [PATCH] fix: machine-learning/image-classifier/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- machine-learning/image-classifier/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine-learning/image-classifier/requirements.txt b/machine-learning/image-classifier/requirements.txt index 79f2f876..cd140975 100644 --- a/machine-learning/image-classifier/requirements.txt +++ b/machine-learning/image-classifier/requirements.txt @@ -1,4 +1,5 @@ matplotlib numpy tensorflow==2.0.3 -tensorflow_datasets \ No newline at end of file +tensorflow_datasets +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file