Skip to content

Commit

Permalink
tools: Upgrade Python to version 3.9
Browse files Browse the repository at this point in the history
Upgrade Python to version 3.9

Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
  • Loading branch information
jangalda-nsc committed Jan 30, 2024
1 parent 5355ee0 commit 6704602
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion scripts/ncs-docker-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71ad641da8
61c6bdcf15
1 change: 1 addition & 0 deletions scripts/pip-audit-whitelist.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
py:
- PYSEC-2022-42969
- GHSA-wj6h-64fc-37mp
2 changes: 1 addition & 1 deletion scripts/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aenum
bitarray
chardet
gitlint==0.18.0
GitPython==3.1.37
GitPython==3.1.41
jsonschema
milksnake
py
Expand Down
11 changes: 5 additions & 6 deletions scripts/requirements-fixed.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --allow-unsafe --annotation-style=line --output-file=nrf/scripts/requirements-fixed.txt --strip-extras bootloader/mcuboot/scripts/requirements.txt nrf/scripts/requirements-ci.txt nrf/scripts/requirements-extra.txt nrf/scripts/requirements.txt zephyr/scripts/requirements.txt
Expand Down Expand Up @@ -36,20 +36,20 @@ gcovr==6.0 # via -r zephyr/scripts/requirements-build-test.txt
gitdb==4.0.10 # via gitpython
gitlint==0.18.0 # via -r nrf/scripts/requirements-ci.txt, -r zephyr/scripts/requirements-extras.txt
gitlint-core==0.18.0 # via gitlint, gitlint-core
gitpython==3.1.37 # via -r nrf/scripts/requirements-ci.txt
gitpython==3.1.41 # via -r nrf/scripts/requirements-ci.txt
graphviz==0.20.1 # via -r zephyr/scripts/requirements-extras.txt
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
importlib-metadata==6.8.0 # via pyocd
importlib-resources==6.1.0 # via jsonschema, jsonschema-specifications, libusb-package, pyocd
importlib-resources==6.1.0 # via libusb-package, pyocd
iniconfig==2.0.0 # via pytest
intelhex==2.3.0 # via -r bootloader/mcuboot/scripts/requirements.txt, -r nrf/scripts/requirements-build.txt, -r zephyr/scripts/requirements-base.txt, imgtool, lpc-checksum, pyocd
intervaltree==3.1.0 # via pyocd
isort==5.12.0 # via pylint
jinja2==3.1.2 # via gcovr, junit2html
jinja2==3.1.3 # via gcovr, junit2html
jsonschema==4.19.1 # via -r nrf/scripts/requirements-ci.txt
jsonschema-specifications==2023.7.1 # via jsonschema
junit2html==30.1.3 # via -r zephyr/scripts/requirements-extras.txt
Expand All @@ -70,8 +70,7 @@ natsort==8.4.0 # via pyocd
nrfcredstore==1.0.0 # via -r nrf/scripts/requirements-extra.txt
packaging==23.1 # via -r zephyr/scripts/requirements-base.txt, pytest, python-can, west
pathspec==0.11.2 # via yamllint
pillow==10.0.1 # via -r zephyr/scripts/requirements-extras.txt
pkgutil-resolve-name==1.3.10 # via jsonschema
pillow==10.2.0 # via -r zephyr/scripts/requirements-extras.txt
platformdirs==3.10.0 # via pylint
pluggy==1.3.0 # via pytest
ply==3.11 # via -r zephyr/scripts/requirements-build-test.txt
Expand Down
4 changes: 2 additions & 2 deletions scripts/tools-versions-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python:
version: 3.8.18
version: 3.9.18
git:
version: 2.37.3
cmake:
Expand All @@ -13,7 +13,7 @@ dtc:
west:
version: 1.2.0
gn:
version: e55664a01f6ee92762210d0c01b13552f8117e11
version: 71305b07d708830ed7b96006dfa773a79ff313fe
nanopb:
version: 0.4.6
zephyr-sdk:
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools-versions-win10.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python:
version: 3.8.10
version: 3.9.13
git:
version: 2.37.3.windows.1
cmake:
Expand Down

0 comments on commit 6704602

Please sign in to comment.