From b1ad139d23845ba9601223fa111bd0ef7ab13f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 15:07:21 +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) Signed-off-by: dependabot[bot] --- SBMLparser/requirements_win.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SBMLparser/requirements_win.txt b/SBMLparser/requirements_win.txt index 155b3c2..b73490a 100644 --- a/SBMLparser/requirements_win.txt +++ b/SBMLparser/requirements_win.txt @@ -7,7 +7,7 @@ networkx==2.1 numpy==1.14.2 pefile==2017.11.5 ptyprocess==0.5.2 -PyInstaller==3.3.1 +PyInstaller==3.6 pylru==1.0.9 pyparsing==2.2.0 pywin32==223 diff --git a/requirements.txt b/requirements.txt index d1655a6..c3a758a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pefile==2017.11.5 pexpect==4.4.0 pkg-resources==0.0.0 ptyprocess==0.5.2 -PyInstaller==3.4 +PyInstaller==3.6 pylru==1.0.9 pyparsing==2.2.0 PyYAML==5.4