From 06a76618ef455ceeb46e917a74e87c79c953ea62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 18:00:27 +0000 Subject: [PATCH] Bump pyinstaller from 5.1 to 5.6.2 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.1 to 5.6.2. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.1...v5.6.2) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a1f88fd..c9ae6dba 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_version(*file_paths): install_requires=[ "click==8.1.3", "docker==5.0.3", - "PyInstaller==5.1", + "PyInstaller==5.6.2", "texttable==1.6.4", "python-dateutil==2.8.1", "Jinja2==3.1.2",