diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2025-07-08 11:07:35 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-07-09 18:09:59 +0000 |
commit | b61c47632938dddd0d838a1afe38a6fd0d97bcbf (patch) | |
tree | f6f73b3b26d2c126e26b45a3017d57461219b1c1 | |
parent | 27599905c09973a20c1e16f4dc60e0ec5b878591 (diff) | |
download | edk2-b61c47632938dddd0d838a1afe38a6fd0d97bcbf.zip edk2-b61c47632938dddd0d838a1afe38a6fd0d97bcbf.tar.gz edk2-b61c47632938dddd0d838a1afe38a6fd0d97bcbf.tar.bz2 |
pip-requirements.txt: Update pytools
Updates pytools to the latest releases to include changes for PR
evaluation that include command-line build variable arguments by
default in PR evaluation.
Versions updated:
- edk2-pytool-library v0.23.4
- edk2-pytool-extensions v0.29.11
Full release details are available on the pytool release pages:
- https://github.com/tianocore/edk2-pytool-library/releases
- https://github.com/tianocore/edk2-pytool-extensions/releases
Signed-off-by: Michael Kubacki <michael.kubacki@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 93fadfe..d2365e7 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.23.0
-edk2-pytool-extensions~=0.29.0
+edk2-pytool-library~=0.23.4
+edk2-pytool-extensions~=0.29.11
antlr4-python3-runtime==4.9
lcov-cobertura==2.1.1
regex==2024.11.6
|