From 6d603beadbbf473b6833e5efef71d0696b29b161 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sat, 23 Sep 2023 00:09:41 +0000 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.0.* Release: https://pypi.org/pypi/pyinstaller/6.0.0 Homepage: https://www.pyinstaller.org/ Repository: https://github.com/pyinstaller/pyinstaller Diff: https://github.com/pyinstaller/pyinstaller/compare/v5.13.2...v6.0.0 Stubsabot analysis of the diff between the two releases: - 17 public Python files have been added. - 1 file included in typeshed's stubs has been deleted: `PyInstaller/utils/hooks/win32.py`. - 13 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 5735. - Total lines of Python code deleted: 4749. 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 66f637e9cd1d..c41b6278a8d4 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,3 +1,3 @@ -version = "5.13.*" +version = "6.0.*" upstream_repository = "https://github.com/pyinstaller/pyinstaller" requires = ["types-setuptools"]