Skip to content

Commit 3c31b69

Browse files
Bump regex from 2025.7.31 to 2025.7.34 (#11373)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.7.31 to 2025.7.34. <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.34</p> <pre><code>Git issue 575: Issues with ASCII/Unicode modifiers </code></pre> <p>Version: 2025.7.33</p> <pre><code>Updated main.yml and pyproject.toml. </code></pre> <p>Version: 2025.7.32</p> <pre><code>Git issue 580: Regression in v2025.7.31: \P{L} no longer matches in simple patterns </code></pre> <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.<br /> </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 </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/23ca191dd8d259a42bc3dcae092e4eafce48652d"><code>23ca191</code></a> Git issue 575: Issues with ASCII/Unicode modifiers</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/88fee8529b5d41846bfdc144f46d2510c547d169"><code>88fee85</code></a> Updated main.yml and pyproject.toml.</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/7ebda8c03230f31e28666790a96c40a650fd1b94"><code>7ebda8c</code></a> Merge pull request <a href="https://redirect.github.com/mrabarnett/mrab-regex/issues/582">#582</a> from facelessuser/bugfix/setuptools</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/26d6efc9bf050190d32c1e8b972acc600d4f2edf"><code>26d6efc</code></a> Setup failure scenario</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/a4a6d9443b11beb42d3440df91c76644ce45615c"><code>a4a6d94</code></a> Git issue 580: Regression in v2025.7.31: \P{L} no longer matches in simple pa...</li> <li>See full diff in <a href="https://github.com/mrabarnett/mrab-regex/compare/2025.7.31...2025.7.34">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=2025.7.31&new-version=2025.7.34)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d68685 commit 3c31b69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pyyaml==6.0.2
205205
# via pre-commit
206206
re-assert==1.1.0
207207
# via -r requirements/test.in
208-
regex==2025.7.31
208+
regex==2025.7.34
209209
# via re-assert
210210
requests==2.32.4
211211
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ pyyaml==6.0.2
200200
# via pre-commit
201201
re-assert==1.1.0
202202
# via -r requirements/test.in
203-
regex==2025.7.31
203+
regex==2025.7.34
204204
# via re-assert
205205
requests==2.32.4
206206
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ python-on-whales==0.78.0
118118
# via -r requirements/test.in
119119
re-assert==1.1.0
120120
# via -r requirements/test.in
121-
regex==2025.7.31
121+
regex==2025.7.34
122122
# via re-assert
123123
rich==14.1.0
124124
# via pytest-codspeed

0 commit comments

Comments
 (0)