diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-08 13:51:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 13:51:02 +0000 |
commit | f712d9af78abe7c74d2a37e0daf797d250f2c9fd (patch) | |
tree | 34faa499f9452302544029fddbe69f730e9c0524 | |
parent | b0f43dd3fdec2363e3548ec31eb455dc1c4ac761 (diff) | |
download | edk2-f712d9af78abe7c74d2a37e0daf797d250f2c9fd.tar.gz edk2-f712d9af78abe7c74d2a37e0daf797d250f2c9fd.tar.bz2 edk2-f712d9af78abe7c74d2a37e0daf797d250f2c9fd.zip |
pip: bump regex from 2024.5.15 to 2024.7.24dependabot/pip/regex-2024.7.24
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.5.15 to 2024.7.24.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.5.15...2024.7.24)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 e07b9cac52..9ef1c51fea 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -17,4 +17,4 @@ edk2-pytool-extensions==0.27.6 edk2-basetools==0.1.51
antlr4-python3-runtime==4.7.1
lcov-cobertura==2.0.2
-regex==2024.5.15
+regex==2024.7.24
|