From b5dbf8267b2596f4a28cdb30d1f533b958ddd4ed Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Wed, 2 Nov 2022 07:40:14 +0800 Subject: [PATCH] pip-requirements.txt: Bump pytool extensions and library Fixes edk2 CI failure due to VM images being updated to Python 3.11 and the old pip modules not being compatible with Python 3.11. Updates the following pip modules: - edk2-pytool-library from 0.11.2 to 0.11.6 - edk2-pytool-extensions from 0.16 to 0.19.1 Needed to fix an issue with Python 3.11 compatibility. Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Cc: Chasel Chiu Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Reviewed-by: Liming Gao --- pip-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 40e9ad72ee..74d1bb35f2 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,7 +12,7 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers ## -edk2-pytool-library==0.11.2 -edk2-pytool-extensions~=0.16.0 +edk2-pytool-library==0.11.6 +edk2-pytool-extensions~=0.19.1 edk2-basetools==0.1.39 antlr4-python3-runtime==4.7.1