-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates nrf-regtool to v5.2.0 #15189
Conversation
Required for building latest SDFW. Signed-off-by: Magne Værnes <[email protected]>
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
This pr introduces changes to requirements files. requirements-fixed.txt diffdiff --git a/scripts/requirements-fixed.txt b/scripts/requirements-fixed.txt
index 7b81ce6..57ea698 100644
--- a/scripts/requirements-fixed.txt
+++ b/scripts/requirements-fixed.txt
@@ -11,6 +11,7 @@ arrow==1.2.1 # via gitlint-core
astroid==2.15.6 # via pylint
attrs==23.1.0 # via jsonschema, referencing
bitarray==2.8.1 # via -r nrf/scripts/requirements-ci.txt
+bz==1.0 # via -r zephyr/scripts/requirements-run-test.txt
canopen==2.1.0 # via -r zephyr/scripts/requirements-base.txt
capstone==4.0.2 # via pyocd
cbor==1.0.0 # via -r zephyr/scripts/requirements-run-test.txt
@@ -43,7 +44,7 @@ grpcio==1.58.0 # via grpcio-tools
grpcio-tools==1.58.0 # via -r zephyr/scripts/requirements-extras.txt
idna==3.4 # via requests
imagesize==1.4.1 # via -r nrf/scripts/requirements-build.txt
-imgtool==1.10.0 # via -r zephyr/scripts/requirements-extras.txt
+imgtool==2.0.0 # via -r zephyr/scripts/requirements-extras.txt
importlib-metadata==6.8.0 # via pyocd
importlib-resources==6.1.0 # via libusb-package, pyocd
iniconfig==2.0.0 # via pytest
@@ -69,7 +70,7 @@ msgpack==1.0.5 # via python-can
mypy==1.5.1 # via -r zephyr/scripts/requirements-build-test.txt
mypy-extensions==1.0.0 # via mypy
natsort==8.4.0 # via pyocd
-nrf-regtool==5.2.0 # via -r nrf/scripts/requirements-build.txt
+nrf-regtool==5.1.0 # via -r nrf/scripts/requirements-build.txt
nrfcredstore==1.0.0 # via -r nrf/scripts/requirements-extra.txt
numpy==1.26.4 # via svada
packaging==23.1 # via -r zephyr/scripts/requirements-base.txt, pytest, python-can, setuptools-scm, west
@@ -104,7 +105,7 @@ python-magic==0.4.27 # via -r zephyr/scripts/requirements-compliance.txt
python-stdnum==1.19 # via -r nrf/scripts/requirements-ci.txt
pytz==2023.3.post1 # via -r nrf/scripts/requirements-ci.txt
pyusb==1.2.1 # via -r nrf/scripts/requirements-ci.txt, pyocd
-pyyaml==6.0.1 # via -r zephyr/scripts/requirements-base.txt, cmsis-pack-manager, devicetree, pyocd, west, yamllint, zcbor
+pyyaml==6.0.1 # via -r bootloader/mcuboot/scripts/requirements.txt, -r zephyr/scripts/requirements-base.txt, cmsis-pack-manager, devicetree, pyocd, west, yamllint, zcbor
qrcode==7.4.2 # via -r nrf/scripts/requirements-ci.txt
referencing==0.30.2 # via jsonschema, jsonschema-specifications
regex==2023.8.8 # via zcbor Note: This comment is automatically posted and updated by the Comment GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
Required for building latest SDFW.