diff options
author | Bob Feng <bob.c.feng@intel.com> | 2022-04-12 19:49:12 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-04-13 00:02:47 +0000 |
commit | c411566fad3d6d61a97edfa6e97a91688b175201 (patch) | |
tree | 6aa73db4969ffc95e307aded190bc05229d9a3e0 /pip-requirements.txt | |
parent | f5508a91e306dd183ab971be438b9667c9890a1d (diff) | |
download | edk2-c411566fad3d6d61a97edfa6e97a91688b175201.tar.gz edk2-c411566fad3d6d61a97edfa6e97a91688b175201.tar.bz2 edk2-c411566fad3d6d61a97edfa6e97a91688b175201.zip |
pip-requirements.txt: Update basetools version to 0.1.17
Synced the basetools patch from edk2 repo to
edk2-basetools repo. Update the basetools pip module version
to the latest.
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'pip-requirements.txt')
-rw-r--r-- | pip-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt index f8bcd9ceb5..6585df201d 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,5 +14,5 @@ edk2-pytool-library==0.11.2
edk2-pytool-extensions~=0.16.0
-edk2-basetools==0.1.13
+edk2-basetools==0.1.17
antlr4-python3-runtime==4.7.1
|