Skip to content

Commit e69617b

Browse files
Bump regex from 2026.1.15 to 2026.2.19 (#12100)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2026.1.15 to 2026.2.19. <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: 2026.2.19</p> <pre><code>Added \z as alias of \Z, like in re module. <p>Added prefixmatch as alias of match, like in re module.<br /> </code></pre></p> <p>Version: 2026.1.15</p> <pre><code>Re-uploaded. </code></pre> <p>Version: 2026.1.14</p> <pre><code>Git issue 596: Specifying {e&lt;=0} causes ca 210× slow-down. <p>Added RISC-V wheels.<br /> </code></pre></p> <p>Version: 2025.11.3</p> <pre><code>Git issue 594: Support relative PARNO in recursive subpatterns. </code></pre> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/9789c2284ff1fc41aee38ccd2a2508608afeb2e6"><code>9789c22</code></a> Added \z as alias of \Z, like in re module.</li> <li>See full diff in <a href="https://github.com/mrabarnett/mrab-regex/compare/2026.1.15...2026.2.19">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=2026.1.15&new-version=2026.2.19)](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 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 564cdbf commit e69617b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pyyaml==6.0.3
201201
# via pre-commit
202202
re-assert==1.1.0
203203
# via -r requirements/test-common.in
204-
regex==2026.1.15
204+
regex==2026.2.19
205205
# via re-assert
206206
requests==2.32.5
207207
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ pyyaml==6.0.3
196196
# via pre-commit
197197
re-assert==1.1.0
198198
# via -r requirements/test-common.in
199-
regex==2026.1.15
199+
regex==2026.2.19
200200
# via re-assert
201201
requests==2.32.5
202202
# via sphinx

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ python-on-whales==0.80.0
8787
# via -r requirements/test-common.in
8888
re-assert==1.1.0
8989
# via -r requirements/test-common.in
90-
regex==2026.1.15
90+
regex==2026.2.19
9191
# via re-assert
9292
rich==14.3.2
9393
# via pytest-codspeed

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ python-on-whales==0.80.0
122122
# via -r requirements/test-common.in
123123
re-assert==1.1.0
124124
# via -r requirements/test-common.in
125-
regex==2026.1.15
125+
regex==2026.2.19
126126
# via re-assert
127127
rich==14.3.2
128128
# via pytest-codspeed

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ python-on-whales==0.80.0
122122
# via -r requirements/test-common.in
123123
re-assert==1.1.0
124124
# via -r requirements/test-common.in
125-
regex==2026.1.15
125+
regex==2026.2.19
126126
# via re-assert
127127
rich==14.3.2
128128
# via pytest-codspeed

0 commit comments

Comments
 (0)