From 855bf2334e525180cf8a29ac61c165f0be75ca0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 00:09:36 +0000 Subject: [PATCH] Bump pyinstaller from 4.2 to 4.5.1 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.2 to 4.5.1. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v4.5.1/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v4.2...v4.5.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package/requirements-macos.txt | 2 +- package/requirements-windows.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/requirements-macos.txt b/package/requirements-macos.txt index 68357f1b..08b377e3 100644 --- a/package/requirements-macos.txt +++ b/package/requirements-macos.txt @@ -1,5 +1,5 @@ apscheduler==3.7.0 -pyinstaller==4.2 +pyinstaller==4.5.1 pyopenssl==20.0.1 pycryptodomex==3.10.1 pyobjc-framework-Cocoa==6.2.2 diff --git a/package/requirements-windows.txt b/package/requirements-windows.txt index 3da1cdb1..736db676 100644 --- a/package/requirements-windows.txt +++ b/package/requirements-windows.txt @@ -1,5 +1,5 @@ apscheduler==3.7.0 -pyinstaller==4.2 +pyinstaller==4.5.1 pyopenssl==20.0.1 pycryptodomex==3.10.1 pywin32==301