diff --git a/SABnzbd.py b/SABnzbd.py index 7433043b2..b4031649d 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -17,7 +17,6 @@ import sys - # Trick to show a better message on older Python # releases that don't support walrus operator if Python_39_is_required_to_run_SABnzbd := sys.hexversion < 0x03090000: diff --git a/builder/requirements.txt b/builder/requirements.txt index a23ad60c4..51b36852d 100644 --- a/builder/requirements.txt +++ b/builder/requirements.txt @@ -9,12 +9,12 @@ setuptools==82.0.1 markdown==3.10.2 # Required on 32bit Windows, exclude it based on Python-version -importlib_metadata==8.5.0; python_version < '3.10' -importlib_resources==6.4.5; python_version < '3.10' -zipp==3.21.0; python_version < '3.10' +importlib_metadata==8.7.0; python_version < '3.10' +importlib_resources==6.5.2; python_version < '3.10' +zipp==3.23.0; python_version < '3.10' # orjson does not support 32bit Windows, also exclude based on Python-version -orjson==3.10.12; python_version > '3.8' +orjson==3.11.3; python_version > '3.8' # For the Windows build pefile==2024.8.26; sys_platform == 'win32' diff --git a/interfaces/Config/templates/config_cat.tmpl b/interfaces/Config/templates/config_cat.tmpl index e97f58679..5e83fb7e4 100644 --- a/interfaces/Config/templates/config_cat.tmpl +++ b/interfaces/Config/templates/config_cat.tmpl @@ -10,7 +10,7 @@