chore(deps): update python docker tag to v3.14.2

This commit is contained in:
Renovate Bot
2025-12-22 12:00:15 +00:00
parent 5e86615bde
commit f359b55d2d
+1 -1
View File
@@ -6,7 +6,7 @@
CORE_DIR = brain CORE_DIR = brain
IMAGE_NAME = agent_media IMAGE_NAME = agent_media
# renovate: datasource=docker depName=python # renovate: datasource=docker depName=python
PYTHON_VERSION = 3.12.7 PYTHON_VERSION = 3.14.2
PYTHON_VERSION_SHORT = $(shell echo $(PYTHON_VERSION) | cut -d. -f1,2) PYTHON_VERSION_SHORT = $(shell echo $(PYTHON_VERSION) | cut -d. -f1,2)
# Change to 'uv' when ready. # Change to 'uv' when ready.
RUNNER ?= poetry RUNNER ?= poetry