From cce5ba1728d87672f1dd9b0b9f0434d989f8d496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:50:40 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- debian.Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.Dockerfile b/debian.Dockerfile index 30b4f20..2bf60e9 100644 --- a/debian.Dockerfile +++ b/debian.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.0-slim as base +FROM python:3.14.1-slim as base # PYTHONDONTWRITEBYTECODE: Prevents Python from writing pyc files to disc (equivalent to python -B option) -> https://docs.python.org/3/using/cmdline.html#cmdoption-B # PYTHONUNBUFFERED: Prevents Python from buffering stdout and stderr (equivalent to python -u -> https://docs.python.org/3/using/cmdline.html#cmdoption-u diff --git a/requirements.txt b/requirements.txt index c05a8bf..e14dcc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pipenv~=2025.0.4 -uv~=0.9.14 +uv~=0.9.15