Skip to content

Commit 231a172

Browse files
Bump regex from 2025.9.18 to 2025.10.23 (#11702)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.9.18 to 2025.10.23. <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.10.23</p> <pre><code>'setup.py' was missing from the source distribution. </code></pre> <p>Version: 2025.10.22</p> <pre><code>Fixed test in main.yml. </code></pre> <p>Version: 2025.10.21</p> <pre><code>Moved tests into subfolder. </code></pre> <p>Version: 2025.10.20</p> <pre><code>Re-organised files. <p>Updated to Unicode 17.0.0.<br /> </code></pre></p> <p>Version: 2025.9.20</p> <pre><code>Enable free-threading support in cibuildwheel in another place. </code></pre> <p>Version: 2025.9.19</p> <pre><code>Enable free-threading support in cibuildwheel. </code></pre> <p>Version: 2025.9.18</p> <pre><code>Git issue 565: Support the free-threaded build of CPython 3.13 </code></pre> <p>Version: 2025.9.1</p> <pre><code>Git PR 585: Fix AttributeError: 'AnyAll' object has no attribute '_key' </code></pre> <p>Version: 2025.8.29</p> <pre><code>Git issue 584: AttributeError: 'AnyAll' object has no attribute 'positive' </code></pre> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/26454da3a67572197648032fe5e7f9a288fa4a0f"><code>26454da</code></a> 'setup.py' was missing from the source distribution.</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/f2d31b0844789ec19123aa1b5eb19e070018a981"><code>f2d31b0</code></a> Fixed test in main.yml.</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/2fd4dc061617b317d0f760f93756a6ae742f055f"><code>2fd4dc0</code></a> Moved tests into subfolder.</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/54fa96c29247056b1e9a76eab9dafd929587bbfc"><code>54fa96c</code></a> Re-organised files.</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/4359a6a565e6725a899a4e1179c75fdad09030ae"><code>4359a6a</code></a> Enable free-threading support in cibuildwheel in another place.</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/2fe11390343743fb69afd5b43fb601a7f19255e0"><code>2fe1139</code></a> Enable free-threading support in cibuildwheel.</li> <li>See full diff in <a href="https://github.com/mrabarnett/mrab-regex/compare/2025.9.18...2025.10.23">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.9.18&new-version=2025.10.23)](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 d7c3e1f commit 231a172

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pyyaml==6.0.3
198198
# via pre-commit
199199
re-assert==1.1.0
200200
# via -r requirements/test-common.in
201-
regex==2025.9.18
201+
regex==2025.10.23
202202
# via re-assert
203203
requests==2.32.5
204204
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ pyyaml==6.0.3
193193
# via pre-commit
194194
re-assert==1.1.0
195195
# via -r requirements/test-common.in
196-
regex==2025.9.18
196+
regex==2025.10.23
197197
# via re-assert
198198
requests==2.32.5
199199
# via sphinx

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ python-on-whales==0.78.0
8585
# via -r requirements/test-common.in
8686
re-assert==1.1.0
8787
# via -r requirements/test-common.in
88-
regex==2025.9.18
88+
regex==2025.10.23
8989
# via re-assert
9090
rich==14.2.0
9191
# via pytest-codspeed

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ python-on-whales==0.78.0
120120
# via -r requirements/test-common.in
121121
re-assert==1.1.0
122122
# via -r requirements/test-common.in
123-
regex==2025.9.18
123+
regex==2025.10.23
124124
# via re-assert
125125
rich==14.2.0
126126
# via pytest-codspeed

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ python-on-whales==0.78.0
120120
# via -r requirements/test-common.in
121121
re-assert==1.1.0
122122
# via -r requirements/test-common.in
123-
regex==2025.9.18
123+
regex==2025.10.23
124124
# via re-assert
125125
rich==14.2.0
126126
# via pytest-codspeed

0 commit comments

Comments
 (0)