Skip to content

Commit a1941eb

Browse files
thst-nordicrlubos
authored andcommitted
scripts: requirements: bump jinja2>=3.1.5
GHSA-q2x7-8rv6-6q7h Signed-off-by: Karsten Koenig <[email protected]> Signed-off-by: Thomas Stilwell <[email protected]>
1 parent 1fd7588 commit a1941eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/requirements-extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pygit2>=1.15.0
22
Pillow>=10.3.0 # https://github.com/advisories/GHSA-44wm-f244-xhp3
33
editdistance>=0.5.0
44
PyGithub
5-
jinja2>=3.1.4 # https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj
5+
jinja2>=3.1.5 # https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h
66
zcbor>=0.8.0
77
nrfcredstore>=1.0.0,<2
88
idna>=3.7 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h

scripts/requirements-fixed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ isodate==0.7.2 ; python_version >= "3.10" and python_version < "3.11" and platfo
7878
isort==5.12.0 ; python_version >= "3.10" and python_version < "4.0"
7979
jaraco-functools==4.1.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
8080
javaproperties==0.8.1 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
81-
jinja2==3.1.4 ; python_version >= "3.10" and python_version < "4.0"
81+
jinja2==3.1.5 ; python_version >= "3.10" and python_version < "4.0"
8282
jsonschema-specifications==2023.7.1 ; python_version >= "3.10" and python_version < "4.0"
8383
jsonschema==4.23.0 ; python_version >= "3.10" and python_version < "4.0"
8484
jsonstreams==0.6.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)