From 0d637704cc5b0cd8594c7f0f3ffc6d244505407a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:11:11 +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 d7706fa..cf9bf4a 100644 --- a/debian.Dockerfile +++ b/debian.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.6-slim as base +FROM python:3.14.7-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 abba033..c654453 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pipenv~=2026.7.1 -uv~=0.12.1 +uv~=0.12.2