Skip to content
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

[Backport v2.9-nRF54H20-branch] scripts: requirements: bump nrf-regtool to 8.1.2 #19864

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion scripts/requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pygit2>=1.15.0
Pillow>=10.3.0 # https://github.com/advisories/GHSA-44wm-f244-xhp3
editdistance>=0.5.0
PyGithub
jinja2>=3.1.4 # https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj
jinja2>=3.1.5 # https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h
zcbor>=0.8.0
nrfcredstore>=1.0.0,<2
idna>=3.7 # https://github.com/advisories/GHSA-jjg7-2v4v-x38h
Expand Down
6 changes: 3 additions & 3 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ isodate==0.7.2 ; python_version >= "3.10" and python_version < "3.11" and platfo
isort==5.12.0 ; python_version >= "3.10" and python_version < "4.0"
jaraco-functools==4.1.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
javaproperties==0.8.1 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
jinja2==3.1.4 ; python_version >= "3.10" and python_version < "4.0"
jinja2==3.1.5 ; python_version >= "3.10" and python_version < "4.0"
jsonschema-specifications==2023.7.1 ; python_version >= "3.10" and python_version < "4.0"
jsonschema==4.23.0 ; python_version >= "3.10" and python_version < "4.0"
jsonstreams==0.6.0 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64"
Expand All @@ -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
Loading