Skip to content

Commit

Permalink
scripts: requirements: bump nrf-regtool to 8.0.0
Browse files Browse the repository at this point in the history
It is required due to Zephyr changes.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and NordicBuilder committed Nov 7, 2024
1 parent 517956a commit b29795d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ intelhex
pylint
setuptools==75.2.0
zcbor~=0.8.0
nrf-regtool~=7.0.0
nrf-regtool~=8.0.0
windows-curses; sys_platform == 'win32'
unidiff
6 changes: 3 additions & 3 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
mypy==1.13.0 ; python_version >= "3.10" and python_version < "4.0"
natsort==8.4.0 ; python_version >= "3.10" and python_version < "4.0"
normality==2.5.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
nrf-regtool==7.0.0 ; python_version >= "3.10" and python_version < "4.0"
nrf-regtool==8.0.0 ; python_version >= "3.10" and python_version < "4.0"
nrfcredstore==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
nrfprovision==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "4.0"
numpy==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
packageurl-python==0.16.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
packaging==24.1 ; python_version >= "3.10" and python_version < "4.0"
packvers==21.5 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
Expand Down Expand Up @@ -176,7 +176,7 @@ soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0" and platfor
spdx-tools==0.7.0a3 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
sphinx-lint==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
stringcase==1.2.0 ; python_version >= "3.10" and python_version < "4.0"
svada==2.0.0 ; python_version >= "3.10" and python_version < "4.0"
svada==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "4.0"
text-unidecode==1.3 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit b29795d

Please sign in to comment.