From 63e5980c2cb2947b2c2fec5c7446ac546d6ba52e Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 21 Aug 2026 00:57:11 +0200 Subject: [PATCH] build(deps): bump Python 3.13 patch version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5d99b32..a8241e18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # Support both Home Assistant builds and standalone builds # Only Debian based images are supported (no Alpine) ARG BUILD_FROM -ARG PYTHON_VERSION=3.13.9 +ARG PYTHON_VERSION=3.13.15 # If BUILD_FROM is set (Home Assistant), use it; otherwise use python-slim FROM ${BUILD_FROM:-python:${PYTHON_VERSION}-slim}