Skip to content

Commit b6e3ca9

Browse files
karstenkoenigtmon-nordic
authored andcommitted
scripts: requirements: Bump jinja to 3.1.6
This addresses a recent vulnurability: GHSA-cpwx-vrp4-4pq7 Signed-off-by: Karsten Koenig <karsten.koenig@nordicsemi.no>
1 parent cf016df commit b6e3ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/requirements-extra.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pygit2>=1.15.0
44
Pillow>=10.3.0 # https://github.com/advisories/GHSA-44wm-f244-xhp3
55
editdistance>=0.5.0
66
PyGithub
7-
jinja2>=3.1.5 # https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h
7+
jinja2>=3.1.6 # https://github.com/advisories/GHSA-cpwx-vrp4-4pq7
88
zcbor>=0.8.0
99
nrfcredstore>=1.0.0,<2
1010
idna>=3.7 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h

scripts/requirements-fixed.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ intervaltree==3.1.0 ; python_version >= "3.12" and python_version < "4.0"
7575
isort==5.12.0 ; python_version >= "3.12" and python_version < "4.0"
7676
jaraco-functools==4.1.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
7777
javaproperties==0.8.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
78-
jinja2==3.1.5 ; python_version >= "3.12" and python_version < "4.0"
78+
jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0"
7979
jsonschema-specifications==2023.7.1 ; python_version >= "3.12" and python_version < "4.0"
8080
jsonschema==4.23.0 ; python_version >= "3.12" and python_version < "4.0"
8181
jsonstreams==0.6.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)