Skip to content

Commit 68a489b

Browse files
committed
Merge branch 'dependabot/fix-ninja' into 'main'
dependencies: bump jinja2 from 3.1.4 to 3.1.5 to fix vulnarabilities See merge request app-frameworks/esp-matter!1027
2 parents 23a9466 + 89c2b43 commit 68a489b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lark==1.1.2
33
stringcase==1.2.0
44
# jinja2 is removed in IDF v5.0 environment, but it is required for matter building
5-
jinja2==3.1.4
5+
jinja2==3.1.5
66

77
# https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
88
urllib3<2

requirements_idf_v4.4.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# matter idl
22
lark==1.1.2
33
stringcase==1.2.0
4-
# jinja2 is removed in IDF v5.0 environment, but it is required for matter building
4+
5+
# esp-idf v4.4 is not compatible with newer version of jinja2,
6+
# so pinning it to 3.0.1
57
jinja2==3.0.1
68

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

0 commit comments

Comments
 (0)