From 45f057498488d4f3e7d89be02a4d50b69b76fe87 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 29 Mar 2026 00:26:26 +0000 Subject: [PATCH] [stubsabot] Bump regex to 2026.3.32 Release: https://pypi.org/pypi/regex/2026.3.32 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/2026.2.28...2026.3.32 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. - 1 file included in typeshed's stubs has been modified or renamed: `regex/_main.py`. - Total lines of Python code added: 2. - Total lines of Python code deleted: 3. 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 23bbebcf7e34..07cd55a4de5b 100644 --- a/stubs/regex/METADATA.toml +++ b/stubs/regex/METADATA.toml @@ -1,2 +1,2 @@ -version = "2026.2.28" +version = "2026.3.32" upstream_repository = "https://github.com/mrabarnett/mrab-regex"