Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cbor2>=5.4.2.post1
clang-format
click==8.1.3
click>=8.2.0
ecdsa
grpcio-tools
construct>=2.10.70
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aenum
bitarray
chardet
gitlint==0.19.1
gitlint-core==0.19.1
GitPython
jsonschema
milksnake
Expand Down
4 changes: 3 additions & 1 deletion scripts/requirements-west-ncs-sbom.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
jinja2
scancode-toolkit[full]==31.2.6 ; platform_machine == "x86_64"
scancode-toolkit[full]==32.4.1 ; platform_machine == "x86_64" or platform_machine == "amd64"
fingerprints==1.2.3
normality==2.5.0
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: d47f109210e74e2e9df3ab5485a32b8a34254caf
revision: 8e0ccac83656cc33a7236d3352f8c5eecf1f3909
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading