Skip to content

Commit

Permalink
scripts: requirements: bump jinja2>=3.1.5
Browse files Browse the repository at this point in the history
GHSA-q2x7-8rv6-6q7h

Signed-off-by: Karsten Koenig <[email protected]>
Signed-off-by: Thomas Stilwell <[email protected]>
  • Loading branch information
thst-nordic committed Jan 10, 2025
1 parent 193a2ca commit 828a586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 828a586

Please sign in to comment.