From 6a78db94fe1fb45a95a36ffd0f08aab031d2e966 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:05:21 +0000 Subject: [PATCH] Update dependency python --- .github/workflows/docs.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 632f5d1e..8ee0af40 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' - name: Setup Poetry uses: abatilo/actions-poetry@v4 diff --git a/Dockerfile b/Dockerfile index 683c093b..c76a3a0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.19 -FROM python:3.13-bookworm AS docs-source +FROM python:3.14-bookworm AS docs-source COPY --link docs/ /docs/