From a5c4359d686ada689a67ef976d93f6a018132356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:17:20 -0400 Subject: [PATCH] pip: bump xmlschema from 2.2.2 to 2.2.3 (#491) Bumps [xmlschema](https://github.com/sissaschool/xmlschema) from 2.2.2 to 2.2.3. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 3ca47c35f8..87e272d516 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -14,5 +14,5 @@ edk2-pytool-library==0.14.1 edk2-pytool-extensions==0.23.0 -xmlschema==2.2.2 +xmlschema==2.2.3 regex==2023.3.23