diff options
author | Joey Vagedes <joeyvagedes@microsoft.com> | 2023-10-27 08:15:50 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-28 14:59:29 +0000 |
commit | 7f5c24ad35419d4779f6f61c891b9bb0da5a41b1 (patch) | |
tree | 5e05fc4af348ad13a5b4dfd78cd6bc05f855b492 /pip-requirements.txt | |
parent | 7ff6ab2b3e09ee7ec0d698398001295b7867b08c (diff) | |
download | edk2-7f5c24ad35419d4779f6f61c891b9bb0da5a41b1.tar.gz |
.pytool: Integration of edk2-pytools
Performs Integration instructions necessary to upgrade edk2-pytool-library
to 0.19.3 and edk2-pytool-extensions to 0.25.1. This includes resolving
deprecation warnings in the UncrustifyCheck plugin, and Updating the
HostUnitTestDscCompleteCheck plguin to account for a change such that inf's
that do not filter the LIBRARY_CLASS define to certain types, are assumed
to also support HOST_APPLICATION.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Joey Vagedes <joeyvagedes@gmail.com>
Message-Id: <20231027151551.1043941-2-joeyvagedes@microsoft.com>
Reviewed-by: Rebecca Cran <rebecca@os.amperecomputing.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to 'pip-requirements.txt')
-rw-r--r-- | pip-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt index a722dd3ac0..8177c60d18 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,8 +12,8 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers
##
-edk2-pytool-library==0.15.3
-edk2-pytool-extensions~=0.23.10
+edk2-pytool-library==0.19.3
+edk2-pytool-extensions~=0.25.1
edk2-basetools==0.1.48
antlr4-python3-runtime==4.7.1
lcov-cobertura==2.0.2
|