From 70734f8fcb8d874e800662bd28f226b1b8961e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:27:50 +0000 Subject: [PATCH] Bump pyinstaller from 4.3 to 6.3.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.3 to 6.3.0. - [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/v4.3...v6.3.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4b410cb..1b1b738 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,16 +10,18 @@ brotli==1.0.9 # via fonttools fonttools[woff]==4.23.0 # via -r requirements.in -pyinstaller-hooks-contrib==2021.1 +packaging==23.2 # via pyinstaller -pyinstaller==4.3 +pyinstaller==6.3.0 + # via -r requirements.in +pyinstaller-hooks-contrib==2023.10 + # via pyinstaller +pyqt5==5.15.3 # via -r requirements.in pyqt5-qt==5.15.2 # via pyqt5 pyqt5-sip==12.8.1 # via pyqt5 -pyqt5==5.15.3 - # via -r requirements.in zopfli==0.1.8 # via fonttools