mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
setup: fix the vulnerabilities reported by dependabot
This commit is contained in:
+2
-3
@@ -2,10 +2,9 @@
|
||||
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.5
|
||||
jinja2==3.1.6
|
||||
|
||||
# https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
|
||||
urllib3<2
|
||||
urllib3>=2.5.0
|
||||
|
||||
# mfg_tool
|
||||
esp-matter-mfg-tool>=1.0.4
|
||||
|
||||
@@ -7,6 +7,7 @@ stringcase==1.2.0
|
||||
jinja2==3.0.1
|
||||
|
||||
# https://github.com/psf/requests/blob/main/HISTORY.md#2300-2023-05-03
|
||||
# idf-component-manager from v4.4 is not compatible with newer version of urllib3
|
||||
urllib3<2
|
||||
|
||||
# mfg_tool
|
||||
|
||||
Reference in New Issue
Block a user