From 17bda87d405f8f2a5128b5e191a8886011cc303e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 17:32:31 +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-JUPYTERSERVER-7217832 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217828 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217829 --- Python/Automate_Image_Caption/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/Automate_Image_Caption/requirements.txt b/Python/Automate_Image_Caption/requirements.txt index 3687fbb84..747a76660 100644 --- a/Python/Automate_Image_Caption/requirements.txt +++ b/Python/Automate_Image_Caption/requirements.txt @@ -15,3 +15,5 @@ tensorboard-plugin-wit==1.7.0 tensorflow==2.4.1 tensorflow-estimator==2.4.0 tqdm==4.56.0 +jupyter-server>=2.14.1 # not directly required, pinned by Snyk to avoid a vulnerability +tornado>=6.4.1 # not directly required, pinned by Snyk to avoid a vulnerability