From bc58f522a99dc3605fabaa8a1772c6c25d186843 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 8 Jul 2025 14:11:35 +0700 Subject: [PATCH] update dependencies --- Dockerfile | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c580256..78ec625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # build the docs and load static files into nginx -FROM python:3.11.8-slim-bookworm AS builder +FROM python:3.11.13-slim-bookworm AS builder ENV PATH=/root/.local/bin:$PATH RUN apt-get update -y && apt-get install -y libcairo2 diff --git a/requirements.txt b/requirements.txt index e0a7847..019c26d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cairosvg==2.8.1 -mkdocs-material==9.6.14 +cairosvg==2.8.2 +mkdocs-material==9.6.15 mkdocs==1.6.1 -pillow==11.2.1 +pillow==11.3.0