Commit 2867192
authored
Bump regex from 2024.11.6 to 2025.7.31 (#11364)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6
to 2025.7.31.
<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: 2025.7.31</p>
<pre><code>Further updates to main.yml.
</code></pre>
<p>Version: 2025.7.30</p>
<pre><code>Updated main.yml and pyproject.toml.
</code></pre>
<p>Version: 2025.7.29</p>
<pre><code>Git issue 572: Inline ASCII modifier doesn't seem to affect
anything
</code></pre>
<p>Version: 2025.5.19</p>
<pre><code>Changed how main.yml skips unwanted Arch builds.
</code></pre>
<p>Version: 2025.5.18</p>
<pre><code>Updated main.yml to build Windows ARM64/aarch64 wheel.
<p>Updated licence text format in pyproject.toml.
</code></pre></p>
<p>Version: 2025.2.13</p>
<pre><code>Dropping support for Python 3.8 and removing it from
main.yml.
</code></pre>
<p>Version: 2025.2.12</p>
<pre><code>Further fixes to main.yml.
</code></pre>
<p>Version: 2025.2.11</p>
<pre><code>Updated main.yml to Artifacts v4.
</code></pre>
<p>Version: 2025.2.10</p>
<pre><code>Git issue 551: Infinite loop on V1 search
<p>It's catastrophic backtracking due to the possibilities of full
casefolding.</p>
<p>Replacing <code>[\s\S]</code> with <code>(?s:.)</code> can help, but
a proper fix would be more difficult.
</code></pre></p>
<p>Version: 2024.11.7</p>
<pre><code>Updated pyproject.toml and setup.py according to PEP 517.
</code></pre>
<p>Version: 2024.11.6</p>
<pre><code>Git issue 546: Partial match not working in some instances
with non-greedy capture
</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/becb0d456d90541fa1266e19999b8005b401fb89"><code>becb0d4</code></a>
Updated version and added changes to changelog.txt.</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/457bcd38a53fcc695d7f219ff19607f39a7e08e7"><code>457bcd3</code></a>
Merge pull request <a
href="https://redirect.github.com/mrabarnett/mrab-regex/issues/577">#577</a>
from facelessuser/bugfix/linux</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/0d045f77280dab28333e8026f9be9ffc022d57f3"><code>0d045f7</code></a>
No need to upload source in manylinux</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/f2d385b10a4e4cd44058b1ffb7b24e3247bfd9a0"><code>f2d385b</code></a>
Fix aarch64, ppc64le, s390x, and source dist</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/4bc46f1397ce702f4d4413d3ce7363cd23b3e194"><code>4bc46f1</code></a>
Merge pull request <a
href="https://redirect.github.com/mrabarnett/mrab-regex/issues/574">#574</a>
from facelessuser/bugfix/wheels</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/4c9da2eee6c0b9a0e760189f41336aefa457e19f"><code>4c9da2e</code></a>
Experiment with wheel building</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/33c577bd3bfe4c4a58bf736dfcbb7d26d1aa3423"><code>33c577b</code></a>
Git issue 572: Inline ASCII modifier doesn't seem to affect
anything</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/addaa7c484bffc2dd0844945e9bc756e1441c958"><code>addaa7c</code></a>
Updated licence format in pyproject.toml.</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/b3905c5f22bd5779ce5ee634e947103351055efb"><code>b3905c5</code></a>
Merge pull request <a
href="https://redirect.github.com/mrabarnett/mrab-regex/issues/567">#567</a>
from tangledhelix/windows-arm-ci</li>
<li><a
href="https://github.com/mrabarnett/mrab-regex/commit/eea31d053f0ca229f758028b2173d006397b5e41"><code>eea31d0</code></a>
Build Windows ARM64/aarch64 wheel</li>
<li>Additional commits viewable in <a
href="https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.7.31">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 107e021 commit 2867192
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments