From 2b171c53362770efcadd7653480a4658b9032b33 Mon Sep 17 00:00:00 2001 From: Jakub Ciesla Date: Tue, 29 Aug 2023 10:33:24 +0200 Subject: [PATCH] tools: adding pip requirements check workflow zcbor downgrade Signed-off-by: Jakub Ciesla --- requirements-fixed.txt | 130 +++++++++++++++++++++++++++++++++ scripts/requirements-fixed.txt | 2 +- 2 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 requirements-fixed.txt diff --git a/requirements-fixed.txt b/requirements-fixed.txt new file mode 100644 index 000000000000..a1a3ce56524e --- /dev/null +++ b/requirements-fixed.txt @@ -0,0 +1,130 @@ +##### Generated Python Requirements ##### +##### Do not edit this file manually ##### +########################################################### +##### Merged inputs: ##### +##### bootloader/mcuboot/scripts/requirements.txt ##### +##### zephyr/scripts/requirements.txt ##### +##### nrf/scripts/requirements.txt ##### + +aenum==3.1.15 +anytree==2.9.0 +appdirs==1.4.4 +arrow==1.2.1 +astroid==2.15.6 +attrs==23.1.0 +bitarray==2.8.1 +canopen==2.1.0 +capstone==4.0.2 +cbor2==5.4.6 +cbor==1.0.0 +certifi==2023.7.22 +cffi==1.15.1 +chardet==5.2.0 +charset-normalizer==3.2.0 +clang-format==16.0.6 +click==8.0.3 +cmsis-pack-manager==0.5.2 +colorama==0.4.6 +coverage==7.3.0 +cryptography==41.0.3 +Deprecated==1.2.14 +dill==0.3.7 +docopt==0.6.2 +ecdsa==0.18.0 +editdistance==0.6.2 +exceptiongroup==1.1.3 +future==0.18.3 +gcovr==6.0 +gitlint-core==0.18.0 +gitlint==0.18.0 +graphviz==0.20.1 +grpcio-tools==1.57.0 +grpcio==1.57.0 +idna==3.4 +imagesize==1.4.1 +imgtool==1.10.0 +importlib-metadata==6.8.0 +importlib-resources==6.0.1 +iniconfig==2.0.0 +intelhex==2.3.0 +intervaltree==3.1.0 +isort==5.12.0 +Jinja2==3.1.2 +jsonschema-specifications==2023.7.1 +jsonschema==4.19.0 +junit2html==30.1.3 +junitparser==3.1.0 +lark==1.1.7 +lazy-object-proxy==1.9.0 +libusb-package==1.0.26.2 +lpc-checksum==2.2.0 +lxml==4.9.3 +MarkupSafe==2.1.3 +mccabe==0.7.0 +milksnake==0.1.5 +mock==5.1.0 +msgpack==1.0.5 +mypy-extensions==1.0.0 +mypy==1.5.1 +natsort==8.4.0 +packaging==23.1 +pathspec==0.11.2 +Pillow==10.0.0 +pip==23.2.1 +pkgutil_resolve_name==1.3.10 +platformdirs==3.10.0 +pluggy==1.3.0 +ply==3.11 +prettytable==3.8.0 +progress==1.6 +protobuf==4.24.2 +psutil==5.9.5 +py==1.11.0 +pycparser==2.21 +pyelftools==0.29 +pygit2==1.10.0 +PyGithub==1.59.1 +Pygments==2.16.1 +PyJWT==2.8.0 +pykwalify==1.8.0 +pylink-square==1.2.0 +pylint==2.17.5 +PyNaCl==1.5.0 +pyocd==0.35.1 +pyparsing==3.1.1 +pypng==0.20220715.0 +pyserial==3.5 +pytest==7.4.0 +python-can==4.2.2 +python-dateutil==2.8.2 +python-magic==0.4.27 +python-stdnum==1.19 +pytz==2023.3 +pyusb==1.2.1 +PyYAML==6.0.1 +qrcode==7.4.2 +referencing==0.30.2 +regex==2023.8.8 +requests==2.31.0 +rpds-py==0.10.0 +ruamel.yaml.clib==0.2.7 +ruamel.yaml==0.17.32 +setuptools==68.0.0 +sh==1.14.2 +six==1.16.0 +sortedcontainers==2.4.0 +tabulate==0.9.0 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.12.1 +typed-ast==1.5.5 +typing_extensions==4.7.1 +urllib3==2.0.4 +wcwidth==0.2.6 +west==1.1.0 +wget==3.2 +wheel==0.41.1 +wrapt==1.15.0 +yamllint==1.32.0 +zcbor==0.6.0 +zipp==3.16.2 diff --git a/scripts/requirements-fixed.txt b/scripts/requirements-fixed.txt index f5a808d96286..a1a3ce56524e 100644 --- a/scripts/requirements-fixed.txt +++ b/scripts/requirements-fixed.txt @@ -127,4 +127,4 @@ wheel==0.41.1 wrapt==1.15.0 yamllint==1.32.0 zcbor==0.6.0 -zipp==3.16.2 \ No newline at end of file +zipp==3.16.2