Skip to content

Commit 04f5603

Browse files
Bump regex from 2025.9.1 to 2025.9.18 (#11526)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.9.1 to 2025.9.18. <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.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> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/db5c9c636e68a44e27d623e11af1c08229ec4963"><code>db5c9c6</code></a> Git issue 565: Support the free-threaded build of CPython 3.13</li> <li>See full diff in <a href="https://github.com/mrabarnett/mrab-regex/compare/2025.9.1...2025.9.18">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.1&new-version=2025.9.18)](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 6dd38ae commit 04f5603

File tree

5 files changed

+102
-102
lines changed

5 files changed

+102
-102
lines changed

requirements/constraints.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ babel==2.17.0
2929
blockbuster==1.5.25
3030
# via
3131
# -r requirements/lint.in
32-
# -r requirements/test.in
32+
# -r requirements/test-common.in
3333
brotli==1.1.0 ; platform_python_implementation == "CPython"
3434
# via -r requirements/runtime-deps.in
3535
build==1.3.0
@@ -56,7 +56,7 @@ click==8.1.8
5656
# wait-for-it
5757
coverage==7.10.6
5858
# via
59-
# -r requirements/test.in
59+
# -r requirements/test-common.in
6060
# pytest-cov
6161
cryptography==46.0.1
6262
# via
@@ -79,7 +79,7 @@ forbiddenfruit==0.1.4
7979
freezegun==1.5.5
8080
# via
8181
# -r requirements/lint.in
82-
# -r requirements/test.in
82+
# -r requirements/test-common.in
8383
frozenlist==1.7.0
8484
# via
8585
# -r requirements/runtime-deps.in
@@ -102,7 +102,7 @@ iniconfig==2.1.0
102102
isal==1.7.2 ; python_version < "3.14"
103103
# via
104104
# -r requirements/lint.in
105-
# -r requirements/test.in
105+
# -r requirements/test-common.in
106106
jinja2==3.1.6
107107
# via
108108
# sphinx
@@ -121,7 +121,7 @@ multidict==6.6.4
121121
mypy==1.17.1 ; implementation_name == "cpython"
122122
# via
123123
# -r requirements/lint.in
124-
# -r requirements/test.in
124+
# -r requirements/test-common.in
125125
mypy-extensions==1.1.0
126126
# via mypy
127127
nodeenv==1.9.1
@@ -137,7 +137,7 @@ pathspec==0.12.1
137137
pip-tools==7.5.0
138138
# via -r requirements/dev.in
139139
pkgconfig==1.5.5
140-
# via -r requirements/test.in
140+
# via -r requirements/test-common.in
141141
platformdirs==4.3.8
142142
# via virtualenv
143143
pluggy==1.6.0
@@ -151,7 +151,7 @@ propcache==0.3.2
151151
# -r requirements/runtime-deps.in
152152
# yarl
153153
proxy-py==2.4.10
154-
# via -r requirements/test.in
154+
# via -r requirements/test-common.in
155155
pycares==4.11.0
156156
# via aiodns
157157
pycparser==2.23
@@ -178,34 +178,34 @@ pyproject-hooks==1.2.0
178178
pytest==8.4.2
179179
# via
180180
# -r requirements/lint.in
181-
# -r requirements/test.in
181+
# -r requirements/test-common.in
182182
# pytest-codspeed
183183
# pytest-cov
184184
# pytest-mock
185185
# pytest-xdist
186186
pytest-codspeed==4.0.0
187187
# via
188188
# -r requirements/lint.in
189-
# -r requirements/test.in
189+
# -r requirements/test-common.in
190190
pytest-cov==7.0.0
191-
# via -r requirements/test.in
191+
# via -r requirements/test-common.in
192192
pytest-mock==3.15.1
193193
# via
194194
# -r requirements/lint.in
195-
# -r requirements/test.in
195+
# -r requirements/test-common.in
196196
pytest-xdist==3.8.0
197-
# via -r requirements/test.in
197+
# via -r requirements/test-common.in
198198
python-dateutil==2.9.0.post0
199199
# via freezegun
200200
python-on-whales==0.78.0
201201
# via
202202
# -r requirements/lint.in
203-
# -r requirements/test.in
203+
# -r requirements/test-common.in
204204
pyyaml==6.0.2
205205
# via pre-commit
206206
re-assert==1.1.0
207-
# via -r requirements/test.in
208-
regex==2025.9.1
207+
# via -r requirements/test-common.in
208+
regex==2025.9.18
209209
# via re-assert
210210
requests==2.32.5
211211
# via
@@ -215,7 +215,7 @@ requests==2.32.5
215215
rich==14.1.0
216216
# via pytest-codspeed
217217
setuptools-git==1.2
218-
# via -r requirements/test.in
218+
# via -r requirements/test-common.in
219219
six==1.17.0
220220
# via python-dateutil
221221
slotscheck==0.19.1
@@ -265,7 +265,7 @@ towncrier==25.8.0
265265
trustme==1.2.1 ; platform_machine != "i686"
266266
# via
267267
# -r requirements/lint.in
268-
# -r requirements/test.in
268+
# -r requirements/test-common.in
269269
typing-extensions==4.15.0
270270
# via
271271
# aiosignal
@@ -293,15 +293,15 @@ valkey==6.1.1
293293
virtualenv==20.34.0
294294
# via pre-commit
295295
wait-for-it==2.3.0
296-
# via -r requirements/test.in
296+
# via -r requirements/test-common.in
297297
wheel==0.45.1
298298
# via pip-tools
299299
yarl==1.20.1
300300
# via -r requirements/runtime-deps.in
301301
zlib-ng==1.0.0
302302
# via
303303
# -r requirements/lint.in
304-
# -r requirements/test.in
304+
# -r requirements/test-common.in
305305
zstandard==0.25.0 ; implementation_name == "cpython"
306306
# via
307307
# -r requirements/lint.in

requirements/dev.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ babel==2.17.0
2929
blockbuster==1.5.25
3030
# via
3131
# -r requirements/lint.in
32-
# -r requirements/test.in
32+
# -r requirements/test-common.in
3333
brotli==1.1.0 ; platform_python_implementation == "CPython"
3434
# via -r requirements/runtime-deps.in
3535
build==1.3.0
@@ -56,7 +56,7 @@ click==8.1.8
5656
# wait-for-it
5757
coverage==7.10.6
5858
# via
59-
# -r requirements/test.in
59+
# -r requirements/test-common.in
6060
# pytest-cov
6161
cryptography==46.0.1
6262
# via
@@ -77,7 +77,7 @@ forbiddenfruit==0.1.4
7777
freezegun==1.5.5
7878
# via
7979
# -r requirements/lint.in
80-
# -r requirements/test.in
80+
# -r requirements/test-common.in
8181
frozenlist==1.7.0
8282
# via
8383
# -r requirements/runtime-deps.in
@@ -100,7 +100,7 @@ iniconfig==2.1.0
100100
isal==1.7.2 ; python_version < "3.14"
101101
# via
102102
# -r requirements/lint.in
103-
# -r requirements/test.in
103+
# -r requirements/test-common.in
104104
jinja2==3.1.6
105105
# via
106106
# sphinx
@@ -118,7 +118,7 @@ multidict==6.6.4
118118
mypy==1.17.1 ; implementation_name == "cpython"
119119
# via
120120
# -r requirements/lint.in
121-
# -r requirements/test.in
121+
# -r requirements/test-common.in
122122
mypy-extensions==1.1.0
123123
# via mypy
124124
nodeenv==1.9.1
@@ -134,7 +134,7 @@ pathspec==0.12.1
134134
pip-tools==7.5.0
135135
# via -r requirements/dev.in
136136
pkgconfig==1.5.5
137-
# via -r requirements/test.in
137+
# via -r requirements/test-common.in
138138
platformdirs==4.3.8
139139
# via virtualenv
140140
pluggy==1.6.0
@@ -148,7 +148,7 @@ propcache==0.3.2
148148
# -r requirements/runtime-deps.in
149149
# yarl
150150
proxy-py==2.4.10
151-
# via -r requirements/test.in
151+
# via -r requirements/test-common.in
152152
pycares==4.11.0
153153
# via aiodns
154154
pycparser==2.23
@@ -173,34 +173,34 @@ pyproject-hooks==1.2.0
173173
pytest==8.4.2
174174
# via
175175
# -r requirements/lint.in
176-
# -r requirements/test.in
176+
# -r requirements/test-common.in
177177
# pytest-codspeed
178178
# pytest-cov
179179
# pytest-mock
180180
# pytest-xdist
181181
pytest-codspeed==4.0.0
182182
# via
183183
# -r requirements/lint.in
184-
# -r requirements/test.in
184+
# -r requirements/test-common.in
185185
pytest-cov==7.0.0
186-
# via -r requirements/test.in
186+
# via -r requirements/test-common.in
187187
pytest-mock==3.15.1
188188
# via
189189
# -r requirements/lint.in
190-
# -r requirements/test.in
190+
# -r requirements/test-common.in
191191
pytest-xdist==3.8.0
192-
# via -r requirements/test.in
192+
# via -r requirements/test-common.in
193193
python-dateutil==2.9.0.post0
194194
# via freezegun
195195
python-on-whales==0.78.0
196196
# via
197197
# -r requirements/lint.in
198-
# -r requirements/test.in
198+
# -r requirements/test-common.in
199199
pyyaml==6.0.2
200200
# via pre-commit
201201
re-assert==1.1.0
202-
# via -r requirements/test.in
203-
regex==2025.9.1
202+
# via -r requirements/test-common.in
203+
regex==2025.9.18
204204
# via re-assert
205205
requests==2.32.5
206206
# via
@@ -209,7 +209,7 @@ requests==2.32.5
209209
rich==14.1.0
210210
# via pytest-codspeed
211211
setuptools-git==1.2
212-
# via -r requirements/test.in
212+
# via -r requirements/test-common.in
213213
six==1.17.0
214214
# via python-dateutil
215215
slotscheck==0.19.1
@@ -256,7 +256,7 @@ towncrier==25.8.0
256256
trustme==1.2.1 ; platform_machine != "i686"
257257
# via
258258
# -r requirements/lint.in
259-
# -r requirements/test.in
259+
# -r requirements/test-common.in
260260
typing-extensions==4.15.0
261261
# via
262262
# aiosignal
@@ -284,15 +284,15 @@ valkey==6.1.1
284284
virtualenv==20.34.0
285285
# via pre-commit
286286
wait-for-it==2.3.0
287-
# via -r requirements/test.in
287+
# via -r requirements/test-common.in
288288
wheel==0.45.1
289289
# via pip-tools
290290
yarl==1.20.1
291291
# via -r requirements/runtime-deps.in
292292
zlib-ng==1.0.0
293293
# via
294294
# -r requirements/lint.in
295-
# -r requirements/test.in
295+
# -r requirements/test-common.in
296296
zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
297297
# via
298298
# -r requirements/lint.in

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.1
88+
regex==2025.9.18
8989
# via re-assert
9090
rich==14.1.0
9191
# via pytest-codspeed

0 commit comments

Comments
 (0)