From 682109fa5cf25df2a25f7ef61de6255a9ca1e516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:40:00 +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 f6139dce..744b50bb 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: Lint diff --git a/server/Dockerfile b/server/Dockerfile index ee1c0d67..cd097640 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