CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-80840ce7-ls144/index.html
LinuxServer Changes:
No changes
Remote Changes:
Modernize Python type hints and enable Pyupgrade checks
Enable Pyupgrade (UP) checks in Ruff, which drives the modernization of type hints.
This includes replacing typing.Deque with collections.deque and typing.Tuple with built-in tuple where applicable, improving consistency and adhering to modern Python conventions.