From fa21f10aa80d8df3e4e3964aeba15562a4024148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:29:31 +0000 Subject: pip: bump regex from 2023.12.25 to 2024.5.15 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.12.25 to 2024.5.15. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.12.25...2024.5.15) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-major ... 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 2f4cd33cc6..c5b2fe0663 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -17,4 +17,4 @@ edk2-pytool-extensions==0.26.4 edk2-basetools==0.1.51 antlr4-python3-runtime==4.7.1 lcov-cobertura==2.0.2 -regex==2023.12.25 +regex==2024.5.15 -- cgit