diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-02 02:10:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-02 02:10:51 +0300 |
commit | 1ef3f9208f1bb2f2e0458c508ebc89a387e7c479 (patch) | |
tree | 08bd56de6186994ad293e75d10f3ce09f83356bc | |
parent | aeea04341cd12d237fe90e7ed9ebd1cfe7764dab (diff) | |
download | edk2-dependabot/pip/regex-2025.8.29.tar.xz |
pip: bump regex from 2024.11.6 to 2025.8.29dependabot/pip/regex-2025.8.29
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.8.29.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.8.29)
---
updated-dependencies:
- dependency-name: regex
dependency-version: 2025.8.29
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pip-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pip-requirements.txt b/pip-requirements.txt index ec5502ecc2..e5fc570c17 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -16,6 +16,6 @@ edk2-pytool-library~=0.23.4 edk2-pytool-extensions~=0.29.11
antlr4-python3-runtime==4.9
lcov-cobertura==2.1.1
-regex==2024.11.6
+regex==2025.8.29
pylibfdt==1.7.2.post1
pefile
|