diff --git a/Build_MacOS_app.sh b/Build_MacOS_app.sh index eeed6b7cf..8e5273b54 100755 --- a/Build_MacOS_app.sh +++ b/Build_MacOS_app.sh @@ -20,9 +20,9 @@ printf -- "🐍 Creating Python virtual env\n" python3 -m venv .venv source .venv/bin/activate -if [ ! -d $LOGS_PATH ]; then +if [[ ! -d $LOGS_PATH ]]; then printf -- "📁 Creating Logs folder\n" - mkdir -p $LOGS_PATH; + mkdir -p "$LOGS_PATH"; fi printf -- "💻 Installing Requirements \n" @@ -60,10 +60,10 @@ if $COMMAND; then printf -- "⌛ $((duration)) seconds of build\n" if [[ "$OS" == 0 ]]; then printf -- "📁 Opening App folder \n" - open $DIST_PATH + open "$DIST_PATH" fi else printf -- "❌ Error Building the app\nPlease read the logs\navailable at build/logs\n" fi -printf -- "🏁 END OF TRANSMISSION" +printf -- "🏁 END OF TRANSMISSION\n" diff --git a/requirements-dev.txt b/requirements-dev.txt index 81de1b330..646e7c3fd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ ruff==0.4.2 pre-commit==3.7.0 pytest==8.2.0 -Pyinstaller==6.6.0 +Pyinstaller==6.11.0 mypy==1.10.0 syrupy==4.6.1 diff --git a/requirements.txt b/requirements.txt index e4afacdc7..ccb3fb40b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ humanfriendly==10.0 opencv_python>=4.8.0.74,<=4.9.0.80 -Pillow==10.3.0 -PySide6==6.7.1 -PySide6_Addons==6.7.1 -PySide6_Essentials==6.7.1 +Pillow==11.0.0 +PySide6==6.8.0.1 +PySide6_Addons==6.8.0.1 +PySide6_Essentials==6.8.0.1 typing_extensions>=3.10.0.0,<=4.11.0 ujson>=5.8.0,<=5.9.0 numpy==1.26.4 rawpy==0.21.0 -pillow-heif==0.16.0 +pillow-heif==0.20.0 chardet==5.2.0 pydub==0.25.1 mutagen==1.47.0