From bf8680426e451db23b27db6a246f764d16e603b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:23:24 -0400 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.14.* (#14217) 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 6ff992eac..386a17ce9 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.13.*" +version = "6.14.*" upstream_repository = "https://github.com/pyinstaller/pyinstaller"