From 4f243dcaf8f23bfbf7f45e2eba24904ca22e078a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 May 2026 12:53:52 +0000 Subject: [PATCH 1/2] chore(deps): update python docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c14a655..052183c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 From b820c97b6bbf71e3f6128c3e647a26f76991098d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 May 2026 12:54:44 +0000 Subject: [PATCH 2/2] chore(deps): update dependency pydantic-settings to v2.14.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1fa533..20e6a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ numpy>=1.26 pillow==12.2.0 propcache==0.4.1 pydantic==2.13.4 -pydantic-settings==2.10.1 +pydantic-settings==2.14.0 pydantic_core==2.46.4 python-dotenv==1.2.2 PyYAML==6.0.3