Skip to content

Commit 5ba975d

Browse files
committed
scripts: tools-versions: use nrfutil device 2.20.0
Update nrfutil device. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent 2a0fdff commit 5ba975d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/requirements-fixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ future==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
5353
gcovr==8.6 ; python_version >= "3.12" and python_version < "4.0"
5454
gitdb==4.0.12 ; python_version >= "3.12" and python_version < "4.0"
5555
gitlint-core==0.19.1 ; python_version >= "3.12" and python_version < "4.0"
56-
gitpython==3.1.50 ; python_version >= "3.12" and python_version < "4.0"
56+
gitpython==3.1.59 ; python_version >= "3.12" and python_version < "4.0"
5757
graphviz==0.21 ; python_version >= "3.12" and python_version < "4.0"
5858
grpcio-tools==1.76.0 ; python_version >= "3.12" and python_version < "4.0"
5959
grpcio==1.76.0 ; python_version >= "3.12" and python_version < "4.0"
@@ -113,7 +113,7 @@ protobuf==6.33.4 ; python_version >= "3.12" and python_version < "4.0"
113113
psutil==7.2.1 ; python_version >= "3.12" and python_version < "4.0"
114114
py-utlx==2.0.2 ; python_version >= "3.12" and python_version < "4.0"
115115
py==1.11.0 ; python_version >= "3.12" and python_version < "4.0"
116-
pyasn1==0.6.3 ; python_version >= "3.12" and python_version < "4.0"
116+
pyasn1==0.6.4 ; python_version >= "3.12" and python_version < "4.0"
117117
pycparser==2.23 ; python_version >= "3.12" and python_version < "4.0" and implementation_name != "PyPy"
118118
pycryptodome==3.21.0 ; python_version >= "3.12" and python_version < "4.0"
119119
pyelftools==0.32 ; python_version >= "3.12" and python_version < "4.0"
@@ -159,7 +159,7 @@ semantic-version==2.10.0 ; python_version >= "3.12" and python_version < "4.0"
159159
semver==3.0.4 ; python_version >= "3.12" and python_version < "4.0"
160160
setuptools-scm==9.2.2 ; python_version >= "3.12" and python_version < "4.0"
161161
setuptools==80.10.1 ; python_version >= "3.12" and python_version < "4.0"
162-
sh==2.2.2 ; python_version >= "3.12" and python_version < "4.0" and sys_platform != "win32"
162+
sh==2.3.0 ; python_version >= "3.12" and python_version < "4.0" and sys_platform != "win32"
163163
six==1.17.0 ; python_version >= "3.12" and python_version < "4.0"
164164
sly==0.5 ; python_version >= "3.12" and python_version < "4.0"
165165
smmap==5.0.2 ; python_version >= "3.12" and python_version < "4.0"

scripts/tools-versions-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ pip:
3131
nrfutil:
3232
version: 8.1.1
3333
subcommands:
34-
device: 2.19.0
34+
device: 2.20.0

scripts/tools-versions-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ pip:
3232
nrfutil:
3333
version: 8.1.1
3434
subcommands:
35-
device: 2.19.0
35+
device: 2.20.0

scripts/tools-versions-win10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ pip:
3030
nrfutil:
3131
version: 8.1.1
3232
subcommands:
33-
device: 2.19.0
33+
device: 2.20.0

0 commit comments

Comments
 (0)