Skip to content

Commit

Permalink
scripts: requirements: bump nrf-regtool to 8.1.2
Browse files Browse the repository at this point in the history
Introduce latest fixes and changes from nrf-regtool 8.1.2

Signed-off-by: Karsten Koenig <[email protected]>
  • Loading branch information
karstenkoenig committed Jan 10, 2025
1 parent 7084bd6 commit 193a2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ intelhex
pylint
setuptools==75.2.0
zcbor~=0.8.0
nrf-regtool~=8.0.0
nrf-regtool~=8.1.2
windows-curses; sys_platform == 'win32'
unidiff
4 changes: 2 additions & 2 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ markupsafe==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
mccabe==0.7.0 ; python_version >= "3.10" and python_version < "4.0"
milksnake==0.1.6 ; python_version >= "3.10" and python_version < "4.0"
mock==5.1.0 ; python_version >= "3.10" and python_version < "4.0"
more-itertools==10.2.0 ; python_version >= "3.10" and python_version < "4.0"
more-itertools==10.2.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
msgpack==1.0.5 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
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==8.0.0 ; python_version >= "3.10" and python_version < "4.0"
nrf-regtool==8.1.2 ; 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==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 193a2ca

Please sign in to comment.