From 232b8f32889d8af78df6c84f838631283412a814 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 19:16:32 +0000 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.12.* (#13479) Co-authored-by: stubsabot <> --- stubs/pyinstaller/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pyinstaller/METADATA.toml b/stubs/pyinstaller/METADATA.toml index d5f2b00ad..be1bf721a 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.11.*" +version = "6.12.*" upstream_repository = "https://github.com/pyinstaller/pyinstaller"