From f8197c5ec74c100718a51e5b654899a95b238e5d Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 25 Jul 2024 00:13:00 +0000 Subject: [PATCH] [stubsabot] Bump regex to 2024.7.24 Release: https://pypi.org/pypi/regex/2024.7.24 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/2024.5.15...2024.7.24 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 25. - Total lines of Python code deleted: 2. 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 d7e8cf768dd7..a7da19fc00aa 100644 --- a/stubs/regex/METADATA.toml +++ b/stubs/regex/METADATA.toml @@ -1,2 +1,2 @@ -version = "2024.5.15" +version = "2024.7.24" upstream_repository = "https://github.com/mrabarnett/mrab-regex"