Skip to content

Commit 1fd7588

Browse files
karstenkoenigrlubos
authored andcommitted
scripts: requirements: bump nrf-regtool to 8.1.2
Introduce latest fixes and changes from nrf-regtool 8.1.2 Signed-off-by: Karsten Koenig <[email protected]>
1 parent 36abc6c commit 1fd7588

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ intelhex
99
pylint
1010
setuptools==75.2.0
1111
zcbor~=0.8.0
12-
nrf-regtool~=8.0.0
12+
nrf-regtool~=8.1.2
1313
windows-curses; sys_platform == 'win32'
1414
unidiff

scripts/requirements-fixed.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ markupsafe==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
9494
mccabe==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
9595
milksnake==0.1.6 ; python_version >= "3.10" and python_version < "4.0"
9696
mock==5.1.0 ; python_version >= "3.10" and python_version < "4.0"
97-
more-itertools==10.2.0 ; python_version >= "3.10" and python_version < "4.0"
97+
more-itertools==10.2.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
9898
msgpack==1.0.5 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
9999
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
100100
mypy==1.13.0 ; python_version >= "3.10" and python_version < "4.0"
101101
natsort==8.4.0 ; python_version >= "3.10" and python_version < "4.0"
102102
normality==2.5.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
103-
nrf-regtool==8.0.0 ; python_version >= "3.10" and python_version < "4.0"
103+
nrf-regtool==8.1.2 ; python_version >= "3.10" and python_version < "4.0"
104104
nrfcredstore==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
105105
nrfprovision==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
106106
numpy==2.1.3 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)