diff --git a/scripts/requirements-build.txt b/scripts/requirements-build.txt index e57b04f5d7b8..6630a3a43ba5 100644 --- a/scripts/requirements-build.txt +++ b/scripts/requirements-build.txt @@ -10,7 +10,7 @@ intelhex pylint setuptools>=80.8.0 zcbor~=0.8.0 -nrf-regtool==9.2.0 +nrf-regtool==9.2.1 windows-curses; sys_platform == 'win32' unidiff pycryptodome==3.21.0 diff --git a/scripts/requirements-fixed.txt b/scripts/requirements-fixed.txt index 69bade766855..41c685ef6d37 100644 --- a/scripts/requirements-fixed.txt +++ b/scripts/requirements-fixed.txt @@ -98,7 +98,7 @@ mypy-extensions==1.0.0 ; python_version >= "3.12" and python_version < "4.0" mypy==1.13.0 ; python_version >= "3.12" and python_version < "4.0" natsort==8.4.0 ; python_version >= "3.12" and python_version < "4.0" normality==2.5.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64" -nrf-regtool==9.2.0 ; python_version >= "3.12" and python_version < "4.0" +nrf-regtool==9.2.1 ; python_version >= "3.12" and python_version < "4.0" nrfcredstore==1.0.0 ; python_version >= "3.12" and python_version < "4.0" numpy==2.1.3 ; python_version >= "3.12" and python_version < "4.0" packageurl-python==0.16.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64" diff --git a/west.yml b/west.yml index b8b3962ac924..8fdc4e0f56ca 100644 --- a/west.yml +++ b/west.yml @@ -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: 926fafbe9f0745eb3c3f0b37e8bfa9c0afc1db13 + revision: pull/3034/head import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above