From 1ba31c5d8a699782f711e4da45d03bf351488f1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 08:33:08 +0000 Subject: [PATCH] fix: Python/Automate_Image_Caption/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620 --- Python/Automate_Image_Caption/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/Automate_Image_Caption/requirements.txt b/Python/Automate_Image_Caption/requirements.txt index 3687fbb84..10485d2f1 100644 --- a/Python/Automate_Image_Caption/requirements.txt +++ b/Python/Automate_Image_Caption/requirements.txt @@ -15,3 +15,4 @@ tensorboard-plugin-wit==1.7.0 tensorflow==2.4.1 tensorflow-estimator==2.4.0 tqdm==4.56.0 +werkzeug>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability