diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-15 14:00:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 14:00:35 +0000 |
commit | bcf34120e869a404e379d49321af7d24f87d810e (patch) | |
tree | c12065c4fe5c72f1bbd693d990b188d2aa590ae8 | |
parent | 558a25366d66e9ff96784ed3aab476f808531bf3 (diff) | |
download | edk2-dependabot/pip/regex-2024.5.10.tar.gz edk2-dependabot/pip/regex-2024.5.10.tar.bz2 edk2-dependabot/pip/regex-2024.5.10.zip |
pip: bump regex from 2023.12.25 to 2024.5.10dependabot/pip/regex-2024.5.10
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.12.25 to 2024.5.10.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.12.25...2024.5.10)
---
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..ae5ed2d6f0 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.10
|