From f362370a4ddf97a6d97114258d6bc07eb0ade57b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Dec 2024 03:58:41 +0000 Subject: [PATCH] fix: tools/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548181 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987 --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 40937aa..af8c567 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -1,7 +1,7 @@ boto3==1.26.155 docopt==0.6.2 pytest==7.3.2 -Jinja2==3.1.2 +Jinja2==3.1.5 mergedeep==1.3.4 pyyaml wcmatch==8.4.1