From c40f9657a0bb8b6395efa698bce982ce24351366 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 4 Nov 2025 00:15:34 +0000 Subject: [PATCH] [stubsabot] Bump regex to 2025.11.3 Release: https://pypi.org/pypi/regex/2025.11.3 Homepage: https://github.com/mrabarnett/mrab-regex Repository: https://github.com/mrabarnett/mrab-regex Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/regex Diff: https://github.com/mrabarnett/mrab-regex/compare/2025.10.23...2025.11.3 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 2 files included in typeshed's stubs have been modified or renamed: `regex/_main.py`, `regex/_regex_core.py`. - Total lines of Python code added: 42. - Total lines of Python code deleted: 1. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/regex/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/regex/METADATA.toml b/stubs/regex/METADATA.toml index eac4fb944388..d21d2b7423ef 100644 --- a/stubs/regex/METADATA.toml +++ b/stubs/regex/METADATA.toml @@ -1,2 +1,2 @@ -version = "2025.10.23" +version = "2025.11.3" upstream_repository = "https://github.com/mrabarnett/mrab-regex"