From a1941eb89c58f03d638baea3c0dae097dc0f9a7a Mon Sep 17 00:00:00 2001 From: Thomas Stilwell Date: Fri, 10 Jan 2025 13:19:00 +0100 Subject: [PATCH] scripts: requirements: bump jinja2>=3.1.5 https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h Signed-off-by: Karsten Koenig Signed-off-by: Thomas Stilwell --- scripts/requirements-extra.txt | 2 +- scripts/requirements-fixed.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements-extra.txt b/scripts/requirements-extra.txt index 8348d62e9298..21a3cd807f3b 100644 --- a/scripts/requirements-extra.txt +++ b/scripts/requirements-extra.txt @@ -2,7 +2,7 @@ pygit2>=1.15.0 Pillow>=10.3.0 # https://github.com/advisories/GHSA-44wm-f244-xhp3 editdistance>=0.5.0 PyGithub -jinja2>=3.1.4 # https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj +jinja2>=3.1.5 # https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h zcbor>=0.8.0 nrfcredstore>=1.0.0,<2 idna>=3.7 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h diff --git a/scripts/requirements-fixed.txt b/scripts/requirements-fixed.txt index 333c76b730a9..f9b1ccd85b25 100644 --- a/scripts/requirements-fixed.txt +++ b/scripts/requirements-fixed.txt @@ -78,7 +78,7 @@ isodate==0.7.2 ; python_version >= "3.10" and python_version < "3.11" and platfo isort==5.12.0 ; python_version >= "3.10" and python_version < "4.0" jaraco-functools==4.1.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64" javaproperties==0.8.1 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64" -jinja2==3.1.4 ; python_version >= "3.10" and python_version < "4.0" +jinja2==3.1.5 ; python_version >= "3.10" and python_version < "4.0" jsonschema-specifications==2023.7.1 ; python_version >= "3.10" and python_version < "4.0" jsonschema==4.23.0 ; python_version >= "3.10" and python_version < "4.0" jsonstreams==0.6.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"