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 5, 2024
1 parent 6c5e9b6 commit 84b65e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ 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"
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"
parameter-expansion-patched==0.3.1 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
pathspec==0.11.2 ; python_version >= "3.10" and python_version < "4.0"
patool==3.0.2 ; python_version >= "3.10" and python_version < "4.0"
patool==3.0.3 ; python_version >= "3.10" and python_version < "4.0"
pdfminer-six==20240706 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
pefile==2024.8.26 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
pillow==10.3.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -171,7 +171,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 84b65e1

Please sign in to comment.