Skip to content

deps(deps): update regex requirement from >=2024.0 to >=2026.7.19 - #9

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/main/regex-gte-2026.7.19
Open

deps(deps): update regex requirement from >=2024.0 to >=2026.7.19#9
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/main/regex-gte-2026.7.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown

Updates the requirements on regex to permit the latest version.

Changelog

Sourced from regex's changelog.

Version: 2026.7.19

Git issue 607: SIGSEGV: NULL pointer dereference in `basic_match()` when `(?R)`/`(?0)` recursion is used inside a fuzzy-matching quantifier
Git issue 608: SIGSEGV: out-of-bounds read in `bytes1_char_at()` with `DOTALL` + a fuzzy constraint + `(?r)` reverse-direction matching

Version: 2026.7.10

Clarified that the POSIX flag makes it look for only the longest overall match.

Git issue 606: regex's compiled-pattern cache eviction is not free-threading-safe

Version: 2026.6.28

Git issue 604: regex fails on free-threading python because setlocale is not thread-safe

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.

... (truncated)

Commits
  • 0525aff Git issue 608: SIGSEGV: out-of-bounds read in bytes1_char_at() with `DOTALL...
  • 07dfa3b Git issue 607: SIGSEGV: NULL pointer dereference in basic_match() when `(?R...
  • e7716da Python 3.15 not released yet.
  • e204ddb Git issue 606: regex's compiled-pattern cache eviction is not free-threadin...
  • d7e1927 Updated main.yml for Python 3.15.
  • b18daa6 Git issue 604: regex fails on free-threading python because setlocale is not ...
  • 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.
  • Additional commits viewable in compare view

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 commands and options

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)

Unlimited Data Works LLC and others added 2 commits July 26, 2026 15:34
Major features in this release:
- Automated encrypted database backup — supervised in-app snapshotter with configurable cadence + age-based retention; full .etbk bundles or raw-DB; master-key or write-only X25519 public-key (ECIES) modes; fail-closed restorability gate before every snapshot counts. Ships DISABLED by default.
- Regulatory clock awareness — propose-then-confirm deadline engine for clinical-trial safety mail; tracks the site/IRB deadline the user owns as an escalating acknowledgement-required clock and notes sponsor deadlines as informational receipts; /clocks page + daily digest + escalation email with portable .ics + optional calendar-write.
- Topic / Study Digest — define a Topic (study, subject, or thread of interest), matching is baked into the primary classify pass (no new body read, no new model, no new egress); per-Topic recurring digests, per-Topic sender reinforcement from thumbs-up/down feedback, whole-window Re-Triage Preview.
- Encryption at rest by default + HMAC-SHA256 audit hash chain — new installs are SQLCipher-encrypted out of the box, every dedicated/backup/migration connection inherits the key through the encryption-aware opener; the audit log now spans 8 sibling audit-event tables + a per-request PHI-access log, reachable through a paginated /compliance audit-review surface; chain survives master-key rotation.
- Live AI-backend model picker with capability-aware failover — replaces the free-text model field; fetches what's actually installed on the Ollama endpoint and shows capabilities, size, quantization, context length, VRAM residency; embedding-only models are flagged and non-selectable for classification; ordered backup_models list fails over on capability/resource errors (with a tamper-evident model_failover audit row).
- Multilingual embedding model selector — recommended default intfloat/multilingual-e5-base (100+ languages) for sent-mail similarity retrieval; automatic E5 query/passage prefix handling; confirm-gated background reindex on model change so retrieval never silently degrades.
- Per-target webhook body templating with HIPAA-lock + wizard live preview — 5 built-in target types (Slack, PagerDuty Events v2, Opsgenie, Discord, Microsoft Teams) selectable from an admin wizard dropdown so an operator points a webhook directly at Slack/PagerDuty/etc. instead of standing up a middleware reshaper; HIPAA-flagged targets force-lock a minimal {category, timestamp, flow_id} shape via a shared fail-closed reshaper regardless of the operator's template; HMAC signature computed over the rendered bytes; wizard live preview renders the exact bytes email-triage would POST (normal + HIPAA-locked side-by-side) reusing the same production render SSOT so preview equals prod bytes-for-bytes.
- Auto-retire a watch after N matches; cross-account aggregate reindex progress on the Bulk runs page; watcher delivery-failure visibility cluster (failure badge + fail-visible health + "Watching off (by choice)" Health-box distinction so a deliberately-disabled watcher no longer degrades /health).
- Offset pagination across previously-capped audit/list surfaces so capped views are reachable instead of silently truncated.
- External integration API renamed /api/openclaw -> /api/v1 (neutral) with a 308 redirect for legacy clients.
- Security dependency hardening — starlette 1.2.1 -> 1.3.1 (form-field denial-of-service CVE-2026-54283); a small dedicated form-size guard preserves the one route that legitimately accepts a large pasted email (the raw-email classify box) while every other form keeps the tighter new limits.
- Reliability + HIPAA hardening wave — Topic Digest wrong-attribution bug fixed with a reversible confidence floor; Topic-match LLM JSON parse-failure salvage backstop + bounded retry + PHI-safe diagnostics + rate/canary health counter; OAuth-credential 8-day outage class fixed (never-clobber _secret_write SSOT); remove-account is now a safe reversible "Disabled — credentials removed" soft-delete that keeps the tamper-evident audit trail; account deactivation actually stops ingestion via fail-closed is_active gates; reflected-XSS-class fixes; corrupt persisted JSON columns no longer 500 the whole page; dry_run/preview no longer fires real escalations, webhooks, or mailbox writes; PHI-egress locality gate no longer fails open on a hostname masquerade.
Updates the requirements on [regex](https://github.com/mrabarnett/mrab-regex) to permit the latest version.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.4.16...2026.7.19)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2026.7.19
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants