From 1d1451ddd3b33edacd0ab62dd4c73ef97eb0a3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 00:47:18 +0000 Subject: [PATCH] build(deps): bump pyinstaller from 4.5.1 to 4.6 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.5.1 to 4.6. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v4.6/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v4.5.1...v4.6) --- 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 93c47a281e..d866452722 100644 --- a/scripts/build-requirements.txt +++ b/scripts/build-requirements.txt @@ -1,2 +1,2 @@ -PyInstaller==4.5.1 +PyInstaller==4.6 numpy==1.19.3