Skip to content

Commit 972914f

Browse files
jonathannilsennordicjm
authored andcommitted
scripts: requirements: bump nrf-regtool to 9.0.0
Added support for VPR GPIOs and a more concise output print. This version also contains a large cleanup of the package and removes several features that are not used by NCS. Ref: NCSDK-32438 Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 0b9f8dd commit 972914f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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==75.2.0
1212
zcbor~=0.8.0
13-
nrf-regtool~=8.1.3
13+
nrf-regtool==9.0.0
1414
windows-curses; sys_platform == 'win32'
1515
unidiff
1616
pycryptodome==3.21.0

scripts/requirements-fixed.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ coverage==7.6.4 ; python_version >= "3.12" and python_version < "4.0"
3737
cryptography==44.0.1 ; python_version >= "3.12" and python_version < "4.0"
3838
debian-inspector==31.1.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
3939
deprecated==1.2.14 ; python_version >= "3.12" and python_version < "4.0"
40-
devicetree==0.0.2 ; python_version >= "3.12" and python_version < "4.0"
4140
dill==0.3.7 ; python_version >= "3.12" and python_version < "4.0"
4241
dockerfile-parse==2.0.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
4342
docopt==0.6.2 ; python_version >= "3.12" and python_version < "4.0"
@@ -97,7 +96,7 @@ mypy-extensions==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
9796
mypy==1.13.0 ; python_version >= "3.12" and python_version < "4.0"
9897
natsort==8.4.0 ; python_version >= "3.12" and python_version < "4.0"
9998
normality==2.5.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
100-
nrf-regtool==8.1.3 ; python_version >= "3.12" and python_version < "4.0"
99+
nrf-regtool==9.0.0 ; python_version >= "3.12" and python_version < "4.0"
101100
nrfcredstore==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
102101
numpy==2.1.3 ; python_version >= "3.12" and python_version < "4.0"
103102
packageurl-python==0.16.0 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
@@ -162,7 +161,6 @@ ruff==0.8.1 ; python_version >= "3.12" and python_version < "4.0"
162161
saneyaml==0.6.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
163162
scancode-toolkit[full]==31.2.6 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
164163
semver==3.0.2 ; python_version >= "3.12" and python_version < "4.0"
165-
setuptools-scm[toml]==8.0.4 ; python_version >= "3.12" and python_version < "4.0"
166164
setuptools==75.2.0 ; python_version >= "3.12" and python_version < "4.0"
167165
sh==1.14.3 ; python_version >= "3.12" and python_version < "4.0" and sys_platform != "win32"
168166
six==1.16.0 ; python_version >= "3.12" and python_version < "4.0"
@@ -172,11 +170,10 @@ soupsieve==2.6 ; python_version >= "3.12" and python_version < "4.0" and platfor
172170
spdx-tools==0.7.0a3 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
173171
sphinx-lint==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
174172
stringcase==1.2.0 ; python_version >= "3.12" and python_version < "4.0"
175-
svada==2.1.0 ; python_version >= "3.12" and python_version < "4.0"
173+
svada==2.2.0 ; python_version >= "3.12" and python_version < "4.0"
176174
tabulate==0.9.0 ; python_version >= "3.12" and python_version < "4.0"
177175
text-unidecode==1.3 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
178176
toml==0.10.2 ; python_version >= "3.12" and python_version < "4.0"
179-
tomli==2.0.1 ; python_version >= "3.12" and python_version < "4.0"
180177
tomlkit==0.12.1 ; python_version >= "3.12" and python_version < "4.0"
181178
typecode-libmagic==5.39.210531 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
182179
typecode==30.0.2 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)