From 5367e9005762c4ff85eb0a4dd99d94e63741bb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:03:44 +0000 Subject: [PATCH] pip: bump regex in the all-pip-dependencies group Bumps the all-pip-dependencies group with 1 update: [regex](https://github.com/mrabarnett/mrab-regex). Updates `regex` from 2026.6.28 to 2026.7.10 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2026.6.28...2026.7.10) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.7.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-dependencies ... 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 e6be583c..71ee71b5 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -15,5 +15,5 @@ edk2-pytool-library==0.23.15 edk2-pytool-extensions==0.31.0 xmlschema==4.3.2 -regex==2026.6.28 +regex==2026.7.10 pywin32==312; sys_platform == 'win32'