From ff2b06e7e536fe361744121edaee7836aaa4c096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 22:05:10 +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 1f18775..bd11344 100644 --- a/debian.Dockerfile +++ b/debian.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.5-slim as base +FROM python:3.13.6-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 d9e6f7c..9b68141 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pipenv~=2025.0.4 -uv~=0.8.5 +uv~=0.8.6