From 6d2d91c8f942efe5f7a00e1f5385d8d7a5a0a4e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 00:18:35 +0000 Subject: [PATCH] [stubsabot] Bump pyinstaller to 5.9.* (#9880) Release: https://pypi.org/pypi/pyinstaller/5.9.0 Homepage: https://www.pyinstaller.org/ Diff: https://github.com/pyinstaller/pyinstaller/compare/v5.8.0...v5.9.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 3 files included in typeshed's stubs have been modified or renamed: `PyInstaller/__init__.py`, `PyInstaller/building/build_main.py`, `PyInstaller/isolated/_parent.py`. - Total lines of Python code added: 28. - Total lines of Python code deleted: 59. --- 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 1f9b6fdbc..8159c1eba 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "5.8.*" +version = "5.9.*" requires = ["types-setuptools"]