diff --git a/Dockerfile b/Dockerfile index 711cc7a..c02e50e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.15.0a7-slim +FROM python:3.15.0a8-slim # Default UID and GID (can be overridden) ARG USER_UID=1000 diff --git a/requirements.txt b/requirements.txt index 07c710b..26ec749 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ Werkzeug==3.1.8 pyotp==2.9.0 qrcode==8.2 requests==2.33.1 -pillow==12.1.1 +pillow==12.2.0 cryptography==46.0.7