From 7ad79d00cc532173a204de0405f04daeafc655f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 20:27:39 -0500 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.19.* (#15428) --- 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 c66bbb9fa..2da8e5267 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.18.*" +version = "6.19.*" upstream_repository = "https://github.com/pyinstaller/pyinstaller"