From 6300d0c0a734a15f43e6410de531e8a490ffcb7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 10:21:35 +0000 Subject: [PATCH] Bump pyinstaller from 3.4 to 3.6 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.4 to 3.6. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES-3.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v3.4...v3.6) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3325846..158ec75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib==2.2.4 numpy==1.16.4 -PyInstaller==3.4 +PyInstaller==3.6 pyparsing==2.4.0 pyserial==3.4 python-dateutil==2.8.0