From 07557a4316d246b4315f600fd4c9734297d6bc92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:09:26 +0200 Subject: [PATCH] [stubsabot] Bump regex to 2025.9.1 (#14668) Release: https://pypi.org/pypi/regex/2025.9.1 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.8.29...2025.9.1 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 9. - Total lines of Python code deleted: 4. 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 Co-authored-by: stubsabot <> --- 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 8e7e81383..d10708ba6 100644 --- a/stubs/regex/METADATA.toml +++ b/stubs/regex/METADATA.toml @@ -1,2 +1,2 @@ -version = "2025.8.29" +version = "2025.9.1" upstream_repository = "https://github.com/mrabarnett/mrab-regex"