diff --git a/requirements-mac.txt b/requirements-mac.txt index 2b1f3bf..a562f96 100644 --- a/requirements-mac.txt +++ b/requirements-mac.txt @@ -1,5 +1,5 @@ wxpython pygame pyobjc -pyinstaller==3.6 +pyinstaller==5.13.1 appscript \ No newline at end of file diff --git a/requirements-win.txt b/requirements-win.txt index 9212bbb..e7f5f5a 100644 --- a/requirements-win.txt +++ b/requirements-win.txt @@ -2,4 +2,4 @@ wxpython pywin32 pygame winpaths -pyinstaller==5.13 \ No newline at end of file +pyinstaller==5.13.1 \ No newline at end of file