aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-05 14:43:43 -0500
committerTom Rini <trini@konsulko.com>2024-01-17 08:00:07 -0500
commita300ac3851440906a3934915bd12db2b96987a6a (patch)
tree746beb976633e80b5c824805100490bb51cb9ffb /test
parent994f1cecc17acf2aa88e8d403cae13fde293c960 (diff)
downloadu-boot-a300ac3851440906a3934915bd12db2b96987a6a.zip
u-boot-a300ac3851440906a3934915bd12db2b96987a6a.tar.gz
u-boot-a300ac3851440906a3934915bd12db2b96987a6a.tar.bz2
test.py: Update pycryptodomex to address CVE-2023-52323
The version of pycryptodomex that we use is vulnerable to this CVE. While not likely an issue for us, let us upgrade to be on the safe side. Reported-by: GitHub dependabot Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test')
-rw-r--r--test/py/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index f7e76bd..07348b6 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -12,7 +12,7 @@ packaging==21.3
pbr==5.4.3
pluggy==0.13.0
py==1.10.0
-pycryptodomex==3.9.8
+pycryptodomex==3.19.1
pyelftools==0.27
pygit2==1.9.2
pyparsing==3.0.7