- Sep 06, 2023
-
-
dependabot[bot] authored
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0 ) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Change-Id: I3bfdb007e375c708f48ce4b62d87a12a02b57ee7 Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
Chris Kay <chris.kay@arm.com>
-
- Sep 01, 2023
-
-
Harrison Mutai authored
Bump the certifi package to a later version following an advisory [1] affecting versions >= 2015.4.28, < 2023.7.22. [1] https://github.com/advisories/GHSA-xqr8-7jwr-rhp7 Change-Id: Ida6ff7f0b1228728474de8695dca42303de2b305 Signed-off-by:
Harrison Mutai <harrison.mutai@arm.com>
-
- Jun 12, 2023
-
-
Harrison Mutai authored
Fixes errors encountered when handling SVG graphics, unicode characters, and deeply nested lists (i.e. in the change log) with the `latexpdf` docs build. Adds `sphinxcontrib-svg2pdfconverter` to allow embedding SVG images into PDF files; changes the LaTeX engine to XeLaTex to provide wider support for unicode characters (see [1] for more details); and increases the maximum list depth. [1] https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-latex_engine Change-Id: I2ee265d301f6822bae7aa6dfa3a8bfcf070076d3 Signed-off-by:
Harrison Mutai <harrison.mutai@arm.com>
-
- May 12, 2023
-
-
Harrison Mutai authored
Make the symbol table produced by the memory mapping script more readable. Add a generic interface for interacting with ELF binaries. This interface enables us to get symbols that provide some insights into TF-A's memory usage. Change-Id: I6646f817a1d38d6184b837b78039b7465a533c5c Signed-off-by:
Harrison Mutai <harrison.mutai@arm.com>
-
- Apr 24, 2023
-
-
Harrison Mutai authored
Click is used in parts of the CI scripts (see run_config/fvp-linux.tc for instance), add it back as part of a new dependency group. Future dependencies that are required only in CI should be added to the ``ci`` dependency group. Change-Id: I5da7fea703495dd4006d86334626f126a850bb10 Signed-off-by:
Harrison Mutai <harrison.mutai@arm.com>
-
- Apr 19, 2023
-
-
Harrison Mutai authored
New python dependencies are introduced by the memory mapping script. Rather than add another `requirements.txt` utilise poetry. This is a proper dependency management framework for Python. The two main upsides of using poetry instead of the traditional requirements.txt are maintainability and reproducibility. Poetry provides a proper lock file for pinning dependencies, similar to npm for JavaScript. This allows for separate environments (i.e. docs, tools) to be created efficiently, and in a reproducible manner, wherever the project is deployed. Having dependencies pinned in this manner is a boon as a security focused project. An additional upside is that we will receive security updates for dependencies via GitHub's Dependabot. Change-Id: I5a3c2003769b878a464c8feac0f789e5ecf8d56c Signed-off-by:
Harrison Mutai <harrison.mutai@arm.com>
-