From f25f98b6f377c7681dc2b590e39171de9b3572bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:00:22 +0000 Subject: [PATCH] chore(deps): Update all non-major dependencies --- Dockerfile | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d65ff17..1a74927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # --------------------------------------------------------------------------- # Stage 1: Builder # --------------------------------------------------------------------------- -FROM python:3.14@sha256:6f473f84b09fccf411d4875e19e9e2796b59d6b3c722463d2963384a43e59f39 AS builder +FROM python:3.14@sha256:cbb768ddb9e20b55a46e8c3cf9f4caeddd367bd3dc9838c90785ee32962454fa AS builder WORKDIR /usr/src @@ -43,7 +43,7 @@ RUN npm ci --no-audit --no-fund # --------------------------------------------------------------------------- # Stage 2: Docs runtime # --------------------------------------------------------------------------- -FROM python:3.14@sha256:6f473f84b09fccf411d4875e19e9e2796b59d6b3c722463d2963384a43e59f39 AS docs +FROM python:3.14@sha256:cbb768ddb9e20b55a46e8c3cf9f4caeddd367bd3dc9838c90785ee32962454fa AS docs WORKDIR /project diff --git a/requirements-dev.txt b/requirements-dev.txt index 8a5f532..fc4d27a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # Development-only dependencies. # Production runtime dependencies live in requirements.txt. # Install with: pip install -r requirements-dev.txt -pytest>=9.0.3 +pytest>=9.1.1 pytest-cov>=7.1.0