⬆️(dependencies) update python dependencies

Update python dependencies. Fix linting due to ruff bump.

Co-Authored-By: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
leo
2026-08-04 15:54:42 +02:00
committed by aleb_the_flash
parent 15c9ee225a
commit 7fd4d20ea7
13 changed files with 275 additions and 270 deletions
@@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
class BaseJWTAuthentication(authentication.BaseAuthentication):
"""Base JWT authentication class."""
def __init__(
def __init__( # noqa: PLR0917
self,
secret_key,
algorithm,