From 9a36c490941700033be37c916e521abbd9748153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:53:56 +0000 Subject: [PATCH] chore(deps): update all minor dependencies --- debian.Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.Dockerfile b/debian.Dockerfile index b3e4383..30b4f20 100644 --- a/debian.Dockerfile +++ b/debian.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.8-slim as base +FROM python:3.14.0-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 ad7b510..46d78a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pipenv~=2025.0.4 -uv~=0.8.24 +uv~=0.9.2