From 8c3ca5138c50ad9431ff476b1bf82355c7f8780e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:03:03 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/test_client.yaml | 2 +- server/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_client.yaml b/.github/workflows/test_client.yaml index e179d307b..106888eb5 100644 --- a/.github/workflows/test_client.yaml +++ b/.github/workflows/test_client.yaml @@ -81,7 +81,7 @@ jobs: toolchain: stable - uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install tox run: pip install tox - name: Run tox diff --git a/server/Dockerfile b/server/Dockerfile index ee1c0d679..cd097640b 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13 +FROM python:3.14 RUN apt-get update -y && apt-get install -y sqlite3