Skip to content

Commit ef14888

Browse files
committed
tools: Update ccache and python packages
Update ccache and python packages Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
1 parent f6941cc commit ef14888

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/requirements-fixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ charset-normalizer==3.4.4 ; python_version >= "3.12" and python_version < "4.0"
3232
clang-format==21.1.8 ; python_version >= "3.12" and python_version < "4.0"
3333
click-command-tree==1.2.0 ; python_version >= "3.12" and python_version < "4.0"
3434
click-option-group==0.5.9 ; python_version >= "3.12" and python_version < "4.0"
35-
click==8.2.1 ; python_version >= "3.12" and python_version < "4.0"
35+
click==8.4.1 ; python_version >= "3.12" and python_version < "4.0"
3636
cmsis-pack-manager==0.6.0 ; python_version >= "3.12" and python_version < "4.0"
3737
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0"
3838
coloredlogs==15.0.1 ; python_version >= "3.12" and python_version < "4.0"
@@ -120,8 +120,8 @@ pyelftools==0.32 ; python_version >= "3.12" and python_version < "4.0"
120120
pygit2==1.18.2 ; python_version >= "3.12" and python_version < "4.0"
121121
pygithub==2.8.1 ; python_version >= "3.12" and python_version < "4.0"
122122
pygments==2.20.0 ; python_version >= "3.12" and python_version < "4.0"
123-
pyjwt==2.12.1 ; python_version >= "3.12" and python_version < "4.0"
124-
pyjwt[crypto]==2.12.1 ; python_version >= "3.12" and python_version < "4.0"
123+
pyjwt==2.13.0 ; python_version >= "3.12" and python_version < "4.0"
124+
pyjwt[crypto]==2.13.0 ; python_version >= "3.12" and python_version < "4.0"
125125
pykwalify==1.8.0 ; python_version >= "3.12" and python_version < "4.0"
126126
pylink-square==1.7.0 ; python_version >= "3.12" and python_version < "4.0"
127127
pylint==4.0.4 ; 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
@@ -27,7 +27,7 @@ ccache:
2727
doxygen:
2828
version: 1.12.0
2929
pip:
30-
version: 26.1.1
30+
version: 26.1.2
3131
nrfutil:
3232
version: 8.1.1
3333
subcommands:

scripts/tools-versions-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ zephyr-sdk:
2222
- arm-zephyr-eabi
2323
- riscv64-zephyr-elf
2424
ccache:
25-
version: 4.12.3
25+
version: 4.13.4
2626
dfu_util:
2727
version: 0.9-1
2828
doxygen:
2929
version: 1.12.0
3030
pip:
31-
version: 26.1.1
31+
version: 26.1.2
3232
nrfutil:
3333
version: 8.1.1
3434
subcommands:

scripts/tools-versions-win10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ccache:
2626
doxygen:
2727
version: 1.12.0
2828
pip:
29-
version: 26.1.1
29+
version: 26.1.2
3030
nrfutil:
3131
version: 8.1.1
3232
subcommands:

0 commit comments

Comments
 (0)