From b6f37cf82784b8f183bfa4e9880c90bf079ea2dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Dec 2021 07:08:09 +0000 Subject: [PATCH] fix: projects/weather_forecasting/dashboard/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-MISTUNE-2328096 --- projects/weather_forecasting/dashboard/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/weather_forecasting/dashboard/requirements.txt b/projects/weather_forecasting/dashboard/requirements.txt index 5a21ae36..b7a35d58 100644 --- a/projects/weather_forecasting/dashboard/requirements.txt +++ b/projects/weather_forecasting/dashboard/requirements.txt @@ -9,3 +9,4 @@ requests sklearn timezonefinder pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability +mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability