Skip to content

Commit d353099

Browse files
gmarullrlubos
authored andcommitted
scripts: requirements: bump nrf-regtool to 8.0.0
It is required due to Zephyr changes. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent e948e50 commit d353099

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
@@ -8,6 +8,6 @@ intelhex
88
pylint
99
setuptools==75.2.0
1010
zcbor~=0.8.0
11-
nrf-regtool~=7.0.0
11+
nrf-regtool~=8.0.0
1212
windows-curses; sys_platform == 'win32'
1313
unidiff

scripts/requirements-fixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
9999
mypy==1.13.0 ; python_version >= "3.10" and python_version < "4.0"
100100
natsort==8.4.0 ; python_version >= "3.10" and python_version < "4.0"
101101
normality==2.5.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
102-
nrf-regtool==7.0.0 ; python_version >= "3.10" and python_version < "4.0"
102+
nrf-regtool==8.0.0 ; python_version >= "3.10" and python_version < "4.0"
103103
nrfcredstore==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
104104
nrfprovision==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
105-
numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0"
105+
numpy==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
106106
packageurl-python==0.16.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
107107
packaging==24.1 ; python_version >= "3.10" and python_version < "4.0"
108108
packvers==21.5 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
@@ -176,7 +176,7 @@ soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0" and platfor
176176
spdx-tools==0.7.0a3 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
177177
sphinx-lint==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
178178
stringcase==1.2.0 ; python_version >= "3.10" and python_version < "4.0"
179-
svada==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
179+
svada==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
180180
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
181181
text-unidecode==1.3 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
182182
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)