Skip to content

Commit

Permalink
pip-requirements.txt: Update to edk2-pytool-library 0.12.1
Browse files Browse the repository at this point in the history
Updates edk2-pytool-library to pick up a minor bug fix release:

0.12.0 to 0.12.1 changes:

  - path_utilities.py: Prevent path case modification in
    GetContainingModules()

That change prevents the case of paths from being set to lower case
when returned from the function to avoid impacting case-sensitive
callers.

Release notes:

https://github.com/tianocore/edk2-pytool-library/releases/tag/v0.12.1

Cc: Sean Brogan <[email protected]>
Cc: Michael Kubacki <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Andrew Fish <[email protected]>
Cc: Leif Lindholm <[email protected]>
Signed-off-by: Michael Kubacki <[email protected]>
Reviewed-by: Sean Brogan <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
  • Loading branch information
makubacki authored and lgao4 committed Nov 17, 2022
1 parent 93629f2 commit 2ddc8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# https://www.python.org/dev/peps/pep-0440/#version-specifiers
##

edk2-pytool-library==0.12.0
edk2-pytool-library==0.12.1
edk2-pytool-extensions~=0.19.1
edk2-basetools==0.1.39
antlr4-python3-runtime==4.7.1

0 comments on commit 2ddc8e1

Please sign in to comment.