From 65e989d15ee18e1349ffe3515fdcf682351cc9f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 17:21:48 -0700 Subject: [PATCH] [stubsabot] Bump regex to 2024.5.10 (#11894) Release: https://pypi.org/pypi/regex/2024.5.10 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.28...2024.5.10 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 6. - Total lines of Python code deleted: 4. --- 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 a1cb91f7f..6aa899f7f 100644 --- a/stubs/regex/METADATA.toml +++ b/stubs/regex/METADATA.toml @@ -1,2 +1,2 @@ -version = "2024.4.28" +version = "2024.5.10" upstream_repository = "https://github.com/mrabarnett/mrab-regex"