From aca2b1b732b16a778b00ada948846631ffce70bd Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 14 Jun 2026 00:48:18 +0000 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.21.* Release: https://pypi.org/pypi/pyinstaller/6.21.0 Homepage: https://pyinstaller.org Repository: https://github.com/pyinstaller/pyinstaller Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pyinstaller Diff: https://github.com/pyinstaller/pyinstaller/compare/v6.20.0...v6.21.0 Stubsabot analysis of the diff between the two releases: - 2 public Python files have been added: `PyInstaller/hooks/hook-math.py`, `PyInstaller/hooks/hook-webbrowser.py`. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `PyInstaller/__init__.py`, `PyInstaller/building/splash.py`, `PyInstaller/compat.py`, `PyInstaller/lib/modulegraph/modulegraph.py`. - Total lines of Python code added: 384. - Total lines of Python code deleted: 144. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- 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 deef13f4f67f..909efab1715d 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.20.*" +version = "6.21.*" upstream-repository = "https://github.com/pyinstaller/pyinstaller"