From 5aa40ae5cc425b2c08408d17daf3bfb1888f09c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 23:17:10 +0000 Subject: [PATCH] fix: Projects/Personal to do task app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - 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-PYARROW-6052811 - https://snyk.io/vuln/SNYK-PYTHON-STREAMLIT-5880413 - https://snyk.io/vuln/SNYK-PYTHON-STREAMLIT-6156621 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5537286 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5840803 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-6041512 - https://snyk.io/vuln/SNYK-PYTHON-VALIDATORS-6008990 --- Projects/Personal to do task app/requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Projects/Personal to do task app/requirements.txt b/Projects/Personal to do task app/requirements.txt index 3a5c3ff..d072c19 100644 --- a/Projects/Personal to do task app/requirements.txt +++ b/Projects/Personal to do task app/requirements.txt @@ -1,5 +1,9 @@ plotly==4.8.0 pandas==1.1.3 -streamlit==1.11.1 +streamlit==1.30.0 numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability +pyarrow>=14.0.1 # not directly required, pinned by Snyk to avoid a vulnerability +tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability +validators>=0.21.0 # not directly required, pinned by Snyk to avoid a vulnerability