diff mbox series

[1/2] test/py: Update to latest pyelftools version

Message ID 20250129162814.2140325-1-trini@konsulko.com
State Deferred
Delegated to: Tom Rini
Headers show
Series [1/2] test/py: Update to latest pyelftools version | expand

Commit Message

Tom Rini Jan. 29, 2025, 4:28 p.m. UTC
Version 0.27 of pyelftools was released in October of 2020. Update to
v0.31 which was released in March of 2024.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 test/py/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 75760f96e562..47118f9f2b30 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -13,7 +13,7 @@  pbr==5.4.3
 pluggy==0.13.0
 py==1.11.0
 pycryptodomex==3.19.1
-pyelftools==0.27
+pyelftools==0.31
 pygit2==1.13.3
 pyparsing==3.0.7
 pytest==6.2.5