diff options
author | Joey Vagedes <joey.vagedes@gmail.com> | 2023-08-01 09:02:07 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-23 20:17:52 +0000 |
commit | 9f5e409623e043d6298181aa94ab5cd3c5e315a1 (patch) | |
tree | cf7ece009d53b6b1ba7b637f401986198d470fa5 | |
parent | 309450db268c8721afa102c7c49adccd153b0e88 (diff) | |
download | edk2-9f5e409623e043d6298181aa94ab5cd3c5e315a1.tar.gz |
Edk2: edk2-pytools: Update to latest versions
Update to the latest versions of edk2-pytool-extensions and
edk2-pytool-library. This introduces a new policy to stuart_pr_eval
which, when a change in an INF occurs, will mark any associated DSC
that uses this INF to be built during CI.
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>
Reviewed-by: Michael Kubacki <mikuback@linux.microsoft.com>
-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 0f615f9be2..a722dd3ac0 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.14.1
-edk2-pytool-extensions~=0.23.2
+edk2-pytool-library==0.15.3
+edk2-pytool-extensions~=0.23.10
edk2-basetools==0.1.48
antlr4-python3-runtime==4.7.1
lcov-cobertura==2.0.2
|