diff --git a/installer/pyinstaller/build-linux.sh b/installer/pyinstaller/build-linux.sh index 46964ff661..e204ba32d5 100755 --- a/installer/pyinstaller/build-linux.sh +++ b/installer/pyinstaller/build-linux.sh @@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then fi if [ "$openssl_version" = "" ]; then - openssl_version="3.0.14"; + openssl_version="3.0.15"; fi if [ "$zlib_version" = "" ]; then diff --git a/installer/pyinstaller/build-mac.sh b/installer/pyinstaller/build-mac.sh index 0ae270ed9c..878e155cef 100755 --- a/installer/pyinstaller/build-mac.sh +++ b/installer/pyinstaller/build-mac.sh @@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then fi if [ "$openssl_version" = "" ]; then - openssl_version="3.0.14"; + openssl_version="3.0.15"; fi if [ "$python_version" = "" ]; then