diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-09 13:59:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 13:59:21 +0000 |
commit | 1a2d435ff719b345bb8ecd37e9236da1376d9c0b (patch) | |
tree | ad7f5acfed6366b37f1afa9c786b20bdc281d969 | |
parent | 25996a3441f4f40fcf457c4ba39a1e88c4f75bdd (diff) | |
download | edk2-1a2d435ff719b345bb8ecd37e9236da1376d9c0b.tar.gz |
pip: bump regex from 2023.12.25 to 2024.4.28dependabot/pip/regex-2024.4.28
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.12.25 to 2024.4.28.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.12.25...2024.4.28)
---
updated-dependencies:
- dependency-name: regex
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 2f4cd33cc6..a0e17228f4 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.4.28
|