diff options
author | Ken Lautner <kenlautner3@gmail.com> | 2022-03-08 14:42:08 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-03-09 18:58:33 +0000 |
commit | 2aac8bb7ef7a42d20e0cc18e62afca7877f6b34b (patch) | |
tree | a3fda4cdb137a2aa9314616134223f9967b0ba3b /pip-requirements.txt | |
parent | 56530dec1105f17455752675e4c90fb859c64836 (diff) | |
download | edk2-2aac8bb7ef7a42d20e0cc18e62afca7877f6b34b.tar.gz edk2-2aac8bb7ef7a42d20e0cc18e62afca7877f6b34b.tar.bz2 edk2-2aac8bb7ef7a42d20e0cc18e62afca7877f6b34b.zip |
.pytool: Update to newest pytools
Update to the newest pytools and resolves the API change for
GetAbsolutePathOnThisSytemFromEdk2RelativePath
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Diffstat (limited to 'pip-requirements.txt')
-rw-r--r-- | pip-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt index aea2e6ece4..f8bcd9ceb5 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.10.*
-edk2-pytool-extensions~=0.13.3
-edk2-basetools==0.1.2
+edk2-pytool-library==0.11.2
+edk2-pytool-extensions~=0.16.0
+edk2-basetools==0.1.13
antlr4-python3-runtime==4.7.1
|