Skip to content

Commit

Permalink
Merge branch 'controller/update_json_components' into 'main'
Browse files Browse the repository at this point in the history
controller: Update the managed components of json_generator and json_parser

See merge request app-frameworks/esp-matter!496
  • Loading branch information
chshu committed Oct 8, 2023
2 parents 2832857 + bf03cc9 commit 744c144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ variables:
# fetch submodules
- export PYTHONPATH=${IDF_PATH}/tools/ci/python_packages/:${PYTHONPATH}
- pip install python-gitlab
- pip install --upgrade idf-component-manager
- python tools/ci/ci_fetch_submodule.py

.setup_ot_br: &setup_ot_br
Expand Down
4 changes: 2 additions & 2 deletions components/esp_matter_controller/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## IDF Component Manager Manifest File
dependencies:
espressif/json_parser: "1.0.0"
espressif/json_generator: "1.1.0"
espressif/json_parser: "~1.0.0"
espressif/json_generator: "~1.1.0"

0 comments on commit 744c144

Please sign in to comment.