From e3a60942e906c44ea548d4b39fab3996e8ed25d1 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 11 Aug 2024 00:14:13 +0000 Subject: [PATCH] [stubsabot] Bump pyinstaller to 6.10.* Release: https://pypi.org/pypi/pyinstaller/6.10.0 Homepage: https://www.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.9.0...v6.10.0 Stubsabot analysis of the diff between the two releases: - 38 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 9 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 2601. - Total lines of Python code deleted: 1155. 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 395fc9f72369..cd9389b42e13 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,4 +1,4 @@ -version = "6.9.*" +version = "6.10.*" upstream_repository = "https://github.com/pyinstaller/pyinstaller" requires = ["types-setuptools"]