Skip to content

Commit

Permalink
pip: bump regex from 2023.10.3 to 2023.12.25 (#179)
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.10.3
to 2023.12.25.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt">regex's
changelog</a>.</em></p>
<blockquote>
<p>Version: 2023.12.25</p>
<pre><code>Cannot get release notification action in main.yml to work.
Commenting it out for now.
</code></pre>
<p>Version: 2023.12.24</p>
<pre><code>Fixed invalid main.yml.
</code></pre>
<p>Version: 2023.12.23</p>
<pre><code>The escape function no longer escapes \x00. It's not
necessary.
<p>Inline flags can now be turned off and apply to what follows.</p>
<p>Added \R to match line endings.
</code></pre></p>
<p>Version: 2023.10.3</p>
<pre><code>Updated to Unicode 15.1.0.
</code></pre>
<p>Version: 2023.8.8</p>
<pre><code>Git issue 508: Regex doesn't build using CPython main
(3.13.0a0)
Removed usage of _PyBytes_Join and did a little tidying of the code that
makes the result string.
</code></pre>
<p>Version: 2023.6.3</p>
<pre><code>Git issue 498: Conditional negative lookahead inside positive
lookahead fails to match
Conditional node needed an additional member that points to the true
branch.
</code></pre>
<p>Version: 2023.5.5</p>
<pre><code>Removed semicolon after 'else' in 'munge_name'.
</code></pre>
<p>Version: 2023.5.4</p>
<pre><code>Fixed pyproject.toml and setup.py.
</code></pre>
<p>Version: 2023.5.3</p>
<pre><code>pyproject.toml was missing.
</code></pre>
<p>Version: 2023.5.2</p>
<pre><code>Added pyproject.toml.
</code></pre>
<p>Version: 2023.3.23</p>
<pre><code>Git issue 495: Running time for failing fullmatch increases
rapidly with input length
Re-enabled modified repeat guards due to regression in speed caused by
excessive backtracking.
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/647c006a88c553a694118e8cae109aa9365f188f"><code>647c006</code></a>
Further fixes in main.yml.</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/d0afd79fbabd03a64ae2250e4b5701af8e997ebb"><code>d0afd79</code></a>
Another fix in main.yml.</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/c1f1f2af4cc6b9de91f399d88ec6c2e1537c25ab"><code>c1f1f2a</code></a>
Fixed invalid main.yml.</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/cdcbf36aebb0e5d54072bd96a6fe4932f1fd6ae0"><code>cdcbf36</code></a>
The escape function no longer escapes \x00. It's not necessary.</li>
<li>See full diff in <a
href="https://github.com/mrabarnett/mrab-regex/compare/2023.10.3...2023.12.25">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=pip&previous-version=2023.10.3&new-version=2023.12.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 4f61f15 commit 94fab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ edk2-pytool-library==0.19.8
edk2-pytool-extensions==0.26.4
edk2-basetools==0.1.49
antlr4-python3-runtime==4.13.1
regex==2023.10.3
regex==2023.12.25
pygount==1.6.1

0 comments on commit 94fab9c

Please sign in to comment.