Skip to content

Bump regex from 2025.9.18 to 2026.5.9#632

Merged
Ludy87 merged 1 commit into
mainfrom
dependabot/pip/regex-2026.5.9
May 24, 2026
Merged

Bump regex from 2025.9.18 to 2026.5.9#632
Ludy87 merged 1 commit into
mainfrom
dependabot/pip/regex-2026.5.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps regex from 2025.9.18 to 2026.5.9.

Changelog

Sourced from regex's changelog.

Version: 2026.5.9

Reverse matching with full unicode casefolding could lead to out-of-range string indexes.

Version: 2026.4.4

A fix for older Python versions before free-threading was  supported.

Version: 2026.4.3

More fixes for free-threading.

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

... (truncated)

Commits
  • e57d185 Reverse matching with full unicode casefolding lead to out-of-range string in...
  • bc57b04 A fix for older Python versions before free-threading was supported.
  • 773e213 More fixes for free-threading.
  • 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.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 2026
@dependabot dependabot Bot requested a review from Ludy87 as a code owner May 12, 2026 23:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/regex-2026.5.9 branch 14 times, most recently from 8a30f8f to 8f24f1d Compare May 24, 2026 09:43
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.9.18 to 2026.5.9.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2025.9.18...2026.5.9)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2026.5.9
  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/pip/regex-2026.5.9 branch from 8f24f1d to 104a781 Compare May 24, 2026 09:45
@Ludy87 Ludy87 enabled auto-merge (squash) May 24, 2026 09:45
@sonarqubecloud

Copy link
Copy Markdown

@Ludy87 Ludy87 merged commit 587896c into main May 24, 2026
12 checks passed
@Ludy87 Ludy87 deleted the dependabot/pip/regex-2026.5.9 branch May 24, 2026 09:46
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant