diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-11 13:21:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 13:21:07 +0000 |
commit | 4cfbd74bc3a9d6c623212da41ab0f88bad18db35 (patch) | |
tree | bbad3c542b6d0c9c902a2eed8104ef50ac12d8ed | |
parent | d2a41d1a7a555e54336e03731c801eb93fba801d (diff) | |
download | edk2-dependabot/pip/regex-2024.9.11.tar.gz edk2-dependabot/pip/regex-2024.9.11.tar.bz2 edk2-dependabot/pip/regex-2024.9.11.zip |
pip: bump regex from 2024.7.24 to 2024.9.11dependabot/pip/regex-2024.9.11
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11)
---
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 c8de90fc2b..7f65a896ac 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -16,4 +16,4 @@ edk2-pytool-library~=0.21.9 edk2-pytool-extensions~=0.27.10
antlr4-python3-runtime>=4.7.1
lcov-cobertura==2.0.2
-regex==2024.7.24
+regex==2024.9.11
|