From 321fa197b2c956b383c252c99705f2adadeab566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:09:29 +0000 Subject: [PATCH] Bump pyinstaller from 4.3 to 5.13.1 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.3 to 5.13.1. - [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...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4b410cb..629a006 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,16 +10,16 @@ brotli==1.0.9 # via fonttools fonttools[woff]==4.23.0 # via -r requirements.in -pyinstaller-hooks-contrib==2021.1 +pyinstaller==5.13.1 + # via -r requirements.in +pyinstaller-hooks-contrib==2023.10 # via pyinstaller -pyinstaller==4.3 +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