From 6dc9187625f710ca8de3734f8e59097d2b845f10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:11:02 +0100 Subject: [PATCH] [stubsabot] Bump regex to 2024.4.28 (#11842) Release: https://pypi.org/pypi/regex/2024.4.28 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.4.16...2024.4.28 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 10. - Total lines of Python code deleted: 7. --- 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 468f5f385..a1cb91f7f 100644 --- a/stubs/regex/METADATA.toml +++ b/stubs/regex/METADATA.toml @@ -1,2 +1,2 @@ -version = "2024.4.16" +version = "2024.4.28" upstream_repository = "https://github.com/mrabarnett/mrab-regex"