From d2cec485ef021efb8bb4b9f8e71e47f14815aae7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jan 2024 03:50:55 +0000 Subject: [PATCH] fix: tools/c7n_mailer/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717 --- tools/c7n_mailer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/c7n_mailer/requirements.txt b/tools/c7n_mailer/requirements.txt index f18e8317327..30b6e985611 100644 --- a/tools/c7n_mailer/requirements.txt +++ b/tools/c7n_mailer/requirements.txt @@ -8,7 +8,7 @@ decorator==5.1.1 ; python_version >= "3.7" and python_version < "4.0" idna==3.4 ; python_version >= "3.7" and python_version < "4.0" importlib-metadata==4.13.0 ; python_version >= "3.7" and python_version < "4.0" importlib-resources==5.10.1 ; python_version >= "3.7" and python_version < "3.9" -jinja2==3.1.2 ; python_version >= "3.7" and python_version < "4.0" +jinja2==3.1.3 ; python_version >= "3.7" and python_version < "4.0" jmespath==1.0.1 ; python_version >= "3.7" and python_version < "4.0" jsonpatch==1.32 ; python_version >= "3.7" and python_version < "4.0" jsonpointer==2.3 ; python_version >= "3.7" and python_version < "4.0"