Skip to content

Bump regex from 2025.10.23 to 2026.3.32#3484

Merged
ChrisLovering merged 1 commit intomainfrom
dependabot/uv/regex-2026.3.32
Apr 3, 2026
Merged

Bump regex from 2025.10.23 to 2026.3.32#3484
ChrisLovering merged 1 commit intomainfrom
dependabot/uv/regex-2026.3.32

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps regex from 2025.10.23 to 2026.3.32.

Changelog

Sourced from regex's changelog.

Version: 2026.3.32

Fixed segfault.

Version: 2026.3.31

Fixed bug again.

Version: 2026.3.30

Fixed bug.

Version: 2026.3.28

Fixed version.

Version: 2026.3.27

Various fixes, including ones to improve free-threading support.

Version: 2026.2.28

Replaced atomic operations with mutex on pattern object for free-threaded Python.

Version: 2026.2.26

PR [#598](https://github.com/mrabarnett/mrab-regex/issues/598): Fix race condition in storage caching with atomic operations.

Replaced use of PyUnicode_GET_LENGTH with PyUnicode_GetLength.

Version: 2026.2.19

Added \z as alias of \Z, like in re module.

Added prefixmatch as alias of match, like in re module.

Version: 2026.1.15

Re-uploaded.

Version: 2026.1.14

Git issue 596: Specifying {e<=0} causes ca 210× slow-down.

Added RISC-V wheels.

Version: 2025.11.3

Git issue 594: Support relative PARNO in recursive subpatterns.

... (truncated)

Commits
  • 5d51c75 Fixed segfault.
  • 2aff2db Fixed bug again.
  • 16af8ae Fixed bug.
  • 2356563 Fixed bug.
  • f579e8f Fixed version.
  • 55315a0 Fixed version.
  • 923d78e Various fixes, including ones to improve free-threading support.
  • df2d5ac Replaced atomic operations with mutex on pattern object for free-threaded Pyt...
  • ed3d9ca Replaced use of PyUnicode_GET_LENGTH with PyUnicode_GetLength.
  • 28dd3e7 Merge pull request #598 from kevmo314/fix-storage-caching-race
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 30, 2026
@python-discord-policy-bot python-discord-policy-bot bot requested a review from a team March 30, 2026 13:01
@dependabot dependabot bot force-pushed the dependabot/uv/regex-2026.3.32 branch from 2482149 to 2cfb62e Compare April 3, 2026 12:08
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.10.23 to 2026.3.32.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2025.10.23...2026.3.32)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2026.3.32
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/regex-2026.3.32 branch from 2cfb62e to 8cb3622 Compare April 3, 2026 12:09
@ChrisLovering ChrisLovering merged commit b1ec554 into main Apr 3, 2026
4 of 5 checks passed
@ChrisLovering ChrisLovering deleted the dependabot/uv/regex-2026.3.32 branch April 3, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant