From a3986a8569c224f93b0760b97df7a88005bf94e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 19:18:17 +0000 Subject: [PATCH] Bump xmlschema from 2.0.1 to 2.1.1 Bumps [xmlschema](https://github.com/sissaschool/xmlschema) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/sissaschool/xmlschema/releases) - [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst) - [Commits](https://github.com/sissaschool/xmlschema/compare/v2.0.1...v2.1.1) --- updated-dependencies: - dependency-name: xmlschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index d679dc9154..57b52a9401 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,5 +14,5 @@ edk2-pytool-library~=0.11.6 # MU_CHANGE - update to 0.11.0 or later edk2-pytool-extensions~=0.17.2 # MU_CHANGE - update to 0.17.0 or later -xmlschema==2.0.1 # MU_CHANGE - update to 2.0.1 or later +xmlschema==2.1.1 # MU_CHANGE - update to 2.0.1 or later regex==2022.8.17