Skip to content

Commit

Permalink
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]>
  • Loading branch information
hakonfam committed Oct 29, 2024
1 parent beabf70 commit 3f43c7d
Show file tree
Hide file tree
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
Expand Up @@ -8,6 +8,6 @@ intelhex
pylint
setuptools==75.2.0
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
Expand Up @@ -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"
Expand Down

0 comments on commit 3f43c7d

Please sign in to comment.