From 281d02fcb95494b4a6ed468209ba6556238b228f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:29:50 -0500 Subject: [PATCH] pip: update pytool-library to ~=0.12.1 pytool-extensions to ~=0.20.0 (#55) - edk2-pytool-library 0.11.6 to 0.12.1 major changes: - path_utilities.py: Prevent path case modification in GetContainingModules() - path_utilities: Adjust GetContainingPackage() and Edk2Path behavior - path_utilities: Enhance Edk2Path.GetContainingModules() - path_utilities: Add an env variable to allow nested packages Release Notes: - https://github.com/tianocore/edk2-pytool-library/releases/tag/v0.12.0 - https://github.com/tianocore/edk2-pytool-library/releases/tag/v0.12.1 - edk2-pytool-extensions 0.19.1 to 0.20.0 major changes: - .vscode/settings.json: Enable flake8 linting - Add Pydocstyle - Move dependabot.yml locatio - Fix typos in robot files - Pydocstyle Updates - Plugin Loader Updates - edk2_stuart_pr_eval: Improve robustness of path comparisons - edk2_pr_eval.py: Build all packages on file change outside package - Allow build wrappers Release Notes: - https://github.com/tianocore/edk2-pytool-extensions/releases/tag/v0.20.0 - [ ] Breaking change? - Will this change break pre-existing builds or functionality without action being taken? **No** Verified stuart setup, update, and build commands. N/A - Impacts local repo pip dependencies N/A - Impacts local repo pip dependencies Signed-off-by: dependabot[bot] Signed-off-by: Michael Kubacki --- pip-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index fd8783da64..bfad5a1ffc 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.11.6 # MU_CHANGE -edk2-pytool-extensions~=0.17.2 # MU_CHANGE +edk2-pytool-library~=0.12.1 # MU_CHANGE +edk2-pytool-extensions~=0.20.0 # MU_CHANGE edk2-basetools==0.1.29 # MU_CHANGE - update to 0.1.13 or later antlr4-python3-runtime==4.11.1 regex==2022.10.31