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

Upgrade Python to version 3.9 #13583

Merged
merged 1 commit into from
Jan 31, 2024
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/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
Loading