fix(tools): bump pyelftools to v0.32
Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com>
Change-Id: Id1d509ef47c303b06bd041ced3c43d0a1b8bd23c
diff --git a/docs/getting_started/getting-started.rst b/docs/getting_started/getting-started.rst
index 979fb9e..f001b75 100644
--- a/docs/getting_started/getting-started.rst
+++ b/docs/getting_started/getting-started.rst
@@ -56,7 +56,7 @@
"gcovr",">=v4.2","Tools(Coverage analysis)"
"CBMC",">=5.84.0","Tools(CBMC analysis)"
"Cppcheck",">=2.14.0","Tools(Cppcheck)"
- "pyelftools","==0.31","Firmware (EL0 app)"
+ "pyelftools","==0.32","Firmware (EL0 app)"
.. _getting_started_toolchain:
diff --git a/requirements.txt b/requirements.txt
index aa6a238..5237aca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,4 @@
# SPDX-FileCopyrightText: Copyright TF-RMM Contributors.
#
-pyelftools>=0.31
\ No newline at end of file
+pyelftools>=0.32