From 790e0bc2a0cfb1f8019760f08fa24d6ed1986258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 07:56:34 -0800 Subject: [PATCH] pip: bump regex from 2024.9.11 to 2024.11.6 (#1072) Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.9.11 to 2024.11.6. 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 c0936e1ff..51bb9e8cd 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -15,6 +15,6 @@ edk2-pytool-library~=0.22.2 edk2-pytool-extensions~=0.28.0 xmlschema==3.4.3 -regex==2024.9.11 +regex==2024.11.6 pygount==1.8.0 pywin32==308; sys_platform == 'win32'