From 6b00668c4d8dd2757a550e9f5d2e478e7720f071 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:45:14 +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 a68b07d..77a5ac7 100644 --- a/debian.Dockerfile +++ b/debian.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3-slim as base +FROM python:3.13.4-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 9fc6a71..3afb697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pipenv~=2025.0.3 -uv~=0.7.10 +uv~=0.7.11