diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-03 13:19:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 13:19:28 +0000 |
commit | 3539b834c86411a7f34a9037092061c6fc698621 (patch) | |
tree | 213739ac4858b1b82f8d88789b6c96cabe70d660 | |
parent | 8da978bf68535ec9fc41f400f22f09b033dd535a (diff) | |
download | edk2-dependabot/pip/regex-2023.10.3.tar.gz edk2-dependabot/pip/regex-2023.10.3.tar.bz2 edk2-dependabot/pip/regex-2023.10.3.zip |
pip: bump regex from 2023.8.8 to 2023.10.3dependabot/pip/regex-2023.10.3
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.8.8 to 2023.10.3.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.8.8...2023.10.3)
---
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 8177c60d18..1ceeaf3d98 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -17,4 +17,4 @@ edk2-pytool-extensions~=0.25.1 edk2-basetools==0.1.48
antlr4-python3-runtime==4.7.1
lcov-cobertura==2.0.2
-regex==2023.8.8
+regex==2023.10.3
|