From 8e63899778fa09a28605e9a1b98e280ff8bf0903 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Feb 2023 08:21:32 +0000 Subject: [PATCH] fix: common/scripts/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ANSIBLE-3247625 - https://snyk.io/vuln/SNYK-PYTHON-PYYAML-42159 - https://snyk.io/vuln/SNYK-PYTHON-PYYAML-559098 - https://snyk.io/vuln/SNYK-PYTHON-PYYAML-590151 --- common/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scripts/requirements.txt b/common/scripts/requirements.txt index e36780b..cc52dd1 100644 --- a/common/scripts/requirements.txt +++ b/common/scripts/requirements.txt @@ -1,4 +1,4 @@ ansible>=2.3.0 pytest==2.7.1 -PyYAML==3.12 +PyYAML==5.4 jmespath==0.9.3