From 0ed50d21bcfc23d5e7893483516f56f39918d145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 15:07:19 +0000 Subject: [PATCH] Bump pyinstaller from 3.3.1 to 3.6 in /SBMLparser Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.3.1 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.3.1...v3.6) Signed-off-by: dependabot[bot] --- SBMLparser/requirements_win.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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