From efe8e568d2230334a6f41ba6ed24a4f0cfe1713d Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Thu, 21 Jan 2021 16:00:15 +0100 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities (#288) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYYAML-590151 Co-authored-by: snyk-bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4f4c53..4380999 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ requests==2.25.0 Unidecode==1.1.1 webargs==6.1.1 Werkzeug==1.0.1 -PyYAML==5.3.1 +PyYAML==5.4 simplejson==3.17.2 pathlib2==2.3.5 cookiecutter==1.7.2