From c4f635c296ff7b283ce26a3bd0021fb094053e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:13:08 +0000 Subject: [PATCH] build(deps): 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] --- scripts/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-requirements.txt b/scripts/build-requirements.txt index acd5e89fe2..7afa696b38 100644 --- a/scripts/build-requirements.txt +++ b/scripts/build-requirements.txt @@ -1 +1 @@ -PyInstaller==5.1 +PyInstaller==5.6.2