[PATCH v1] tools: Update acvp_tool Python dependency versions
Matthew Gee
mgee at iol.unh.edu
Mon Jun 1 22:53:59 CEST 2026
Current requirements.txt for acvp includes libraries which are preinstalled
by Ubuntu 24 with a different (newer). This patch changes the versions
to match the versions installed by Ubuntu 24 or to match dependency version
requirements of other packages installed by Ubuntu 24.
Signed-off-by: Matthew Gee <mgee at iol.unh.edu>
---
tools/acvp/requirements.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/acvp/requirements.txt b/tools/acvp/requirements.txt
index 428f06c..96ed5b2 100644
--- a/tools/acvp/requirements.txt
+++ b/tools/acvp/requirements.txt
@@ -1,7 +1,7 @@
-certifi==2021.10.8
+certifi==2023.5.7
charset-normalizer==2.0.10
-idna==3.3
+idna==3.6
pyotp==2.6.0
-requests==2.27.1
+requests==2.34.2
six==1.16.0
-urllib3==1.26.8
+urllib3==2.0.7
--
2.54.0
More information about the ci
mailing list