Skip to content

Commit

Permalink
Merge branch 'dependabot/fix-ninja' into 'main'
Browse files Browse the repository at this point in the history
dependencies: bump jinja2 from 3.1.4 to 3.1.5 to fix vulnarabilities

See merge request app-frameworks/esp-matter!1027
  • Loading branch information
dhrishi committed Jan 29, 2025
2 parents 23a9466 + 89c2b43 commit 68a489b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lark==1.1.2
stringcase==1.2.0
# jinja2 is removed in IDF v5.0 environment, but it is required for matter building
jinja2==3.1.4
jinja2==3.1.5

# https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
urllib3<2
Expand Down
4 changes: 3 additions & 1 deletion requirements_idf_v4.4.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# matter idl
lark==1.1.2
stringcase==1.2.0
# jinja2 is removed in IDF v5.0 environment, but it is required for matter building

# esp-idf v4.4 is not compatible with newer version of jinja2,
# so pinning it to 3.0.1
jinja2==3.0.1

# https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
Expand Down

0 comments on commit 68a489b

Please sign in to comment.