Skip to content

Commit c0042f7

Browse files
jonathannilsennordicjm
authored andcommitted
scripts: requirements: use regtool 9.2.0
This adds a uicr-migrate command that can be used to convert UICRs for pre-IronSide SDFW to the format compatible with IronSide SE. This will be used as a short term solution to have feature parity with the previous solution while developing a replacement for nrf-regtool. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 54b0adb commit c0042f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ intelhex
1010
pylint
1111
setuptools>=80.8.0
1212
zcbor~=0.8.0
13-
nrf-regtool==9.1.1
13+
nrf-regtool==9.2.0
1414
windows-curses; sys_platform == 'win32'
1515
unidiff
1616
pycryptodome==3.21.0

scripts/requirements-fixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mypy-extensions==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
9595
mypy==1.13.0 ; python_version >= "3.12" and python_version < "4.0"
9696
natsort==8.4.0 ; python_version >= "3.12" and python_version < "4.0"
9797
normality==2.5.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
98-
nrf-regtool==9.1.1 ; python_version >= "3.12" and python_version < "4.0"
98+
nrf-regtool==9.2.0 ; python_version >= "3.12" and python_version < "4.0"
9999
nrfcredstore==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
100100
numpy==2.1.3 ; python_version >= "3.12" and python_version < "4.0"
101101
packageurl-python==0.16.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
@@ -152,8 +152,8 @@ qrcode==8.0 ; python_version >= "3.12" and python_version < "4.0"
152152
rdflib==7.1.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
153153
referencing==0.30.2 ; python_version >= "3.12" and python_version < "4.0"
154154
regex==2024.9.11 ; python_version >= "3.12" and python_version < "4.0"
155-
requests==2.32.3 ; python_version >= "3.12" and python_version < "4.0"
156-
requests[use-chardet-on-py3]==2.32.3 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
155+
requests==2.32.4 ; python_version >= "3.12" and python_version < "4.0"
156+
requests[use-chardet-on-py3]==2.32.4 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
157157
rpds-py==0.20.0 ; python_version >= "3.12" and python_version < "4.0"
158158
ruamel-yaml==0.17.32 ; python_version >= "3.12" and python_version < "4.0"
159159
ruff==0.11.11 ; python_version >= "3.12" and python_version < "4.0"

0 commit comments

Comments
 (0)