diff --git a/scripts/requirements-build.txt b/scripts/requirements-build.txt index 8f19e6771bef..78b9ee76ade7 100644 --- a/scripts/requirements-build.txt +++ b/scripts/requirements-build.txt @@ -6,4 +6,4 @@ imagesize>=1.2.0 intelhex pylint zcbor~=0.8.0 -nrf-regtool~=5.5.1 +nrf-regtool~=5.6.0 diff --git a/scripts/requirements-fixed.txt b/scripts/requirements-fixed.txt index b0198fa87bb8..1312f9b72567 100644 --- a/scripts/requirements-fixed.txt +++ b/scripts/requirements-fixed.txt @@ -69,7 +69,7 @@ msgpack==1.0.5 # via python-can mypy==1.5.1 # via -r zephyr/scripts/requirements-build-test.txt mypy-extensions==1.0.0 # via mypy natsort==8.4.0 # via pyocd -nrf-regtool==5.5.1 # via -r nrf/scripts/requirements-build.txt +nrf-regtool==5.6.0 # via -r nrf/scripts/requirements-build.txt nrfcredstore==1.0.0 # via -r nrf/scripts/requirements-extra.txt numpy==1.26.4 # via svada packaging==24.0 # via -r zephyr/scripts/requirements-base.txt, pkg-about, pytest, python-can, setuptools-scm, west diff --git a/west.yml b/west.yml index 492681a4562a..d9f50415e003 100644 --- a/west.yml +++ b/west.yml @@ -72,7 +72,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: pull/2007/head + revision: e734c8433f00bef70f08c682313e19792dc07ad8 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above