Skip to content

Commit

Permalink
pip: bump regex from 2023.8.8 to 2023.10.3 (#256)
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.8.8 to
2023.10.3.
<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.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>
<p>Version: 2023.3.22</p>
<pre><code>Git issue 494: Backtracking failure matching regex
`^a?(a?)b?c\1$` against string `abca`
Disabled repeat guards. They keep causing issues, and it's just simpler
to rely on timeouts.
</code></pre>
<p>Version: 2022.10.31</p>
<pre><code>Updated text for supported Unicode and Python versions.
</code></pre>
<p>Version: 2022.9.13</p>
<pre><code>Updated to Unicode 15.0.0.
</code></pre>
<p>Version: 2022.9.11</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/34333d5009b119949112546b1f82a1edfb590398"><code>34333d5</code></a>
Updated changelog.txt.</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/fba846ded37a790225cb573e4dca8814d7bf3d85"><code>fba846d</code></a>
Updated to Unicode 15.1.0.</li>
<li>See full diff in <a
href="https://github.com/mrabarnett/mrab-regex/compare/2023.8.8...2023.10.3">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.8.8&new-version=2023.10.3)](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 Oct 4, 2023
1 parent 489eef5 commit c8a8d93
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 @@ -17,5 +17,5 @@ edk2-pytool-extensions==0.24.1
edk2-basetools==0.1.49
antlr4-python3-runtime==4.13.1
xmlschema==2.5.0
regex==2023.8.8
regex==2023.10.3
pywin32==306; sys_platform == 'win32'

0 comments on commit c8a8d93

Please sign in to comment.