From aebe9edfa0da0f6b7a8db110de05ce40f20eb0f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2024 17:56:18 +0000 Subject: [PATCH] fix: streamlit_app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-6133203 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6043904 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6514866 --- streamlit_app/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/streamlit_app/requirements.txt b/streamlit_app/requirements.txt index fa44fc6..e4b4a6f 100644 --- a/streamlit_app/requirements.txt +++ b/streamlit_app/requirements.txt @@ -39,4 +39,7 @@ seaborn matplotlib # Add other necessary packages -# the packages should be identical to those for jupyter_lab \ No newline at end of file +# the packages should be identical to those for jupyter_lab +fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file