From 42d518c01f5663822b6109f5339d1b2bedd2ee34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:11:17 +0000 Subject: [PATCH] chore(deps): update dependency python --- .github/workflows/deploy_docs.yaml | 2 +- .github/workflows/deploy_marimo.yaml | 2 +- .github/workflows/lint_test.yaml | 2 +- .github/workflows/release_pypi.yaml | 2 +- Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index dd749a6..35ad19c 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -24,7 +24,7 @@ jobs: - name: Install python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/.github/workflows/deploy_marimo.yaml b/.github/workflows/deploy_marimo.yaml index a7935ea..540cd1d 100644 --- a/.github/workflows/deploy_marimo.yaml +++ b/.github/workflows/deploy_marimo.yaml @@ -28,7 +28,7 @@ jobs: - name: Install python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/.github/workflows/lint_test.yaml b/.github/workflows/lint_test.yaml index cb9a8ed..c854d55 100644 --- a/.github/workflows/lint_test.yaml +++ b/.github/workflows/lint_test.yaml @@ -136,7 +136,7 @@ jobs: - name: Install python 3.13 uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index 8981154..6c11190 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -29,7 +29,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/Dockerfile b/Dockerfile index acebc86..ca987f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # syntax=docker/dockerfile:1.4 # Choose a python version that you know works with your application -FROM python:3.13-slim-trixie +FROM python:3.14-slim-trixie # Install uv for fast package management COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv