Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: bump nrf-regtool to 7.0.0
Browse files Browse the repository at this point in the history
This is needed for new UICR layout.

Signed-off-by: Håkon Amundsen <[email protected]>
hakonfam committed Oct 29, 2024
1 parent 92fb160 commit b7fb99b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ imagesize>=1.2.0
intelhex
pylint
zcbor~=0.8.0
nrf-regtool~=6.0.0
nrf-regtool~=7.0.0
windows-curses; sys_platform == 'win32'
unidiff
2 changes: 1 addition & 1 deletion scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ 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==6.0.0 ; python_version >= "3.10" and python_version < "4.0"
nrf-regtool==7.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"
packageurl-python==0.16.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"

0 comments on commit b7fb99b

Please sign in to comment.