From 414819c24c5d126af13c692486a9f4dcb93b1fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:46:59 +0000 Subject: [PATCH] Update dependency python to v3.14.2 --- .github/workflows/python-linting.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-linting.yaml b/.github/workflows/python-linting.yaml index 9aa0a3d..9a34471 100644 --- a/.github/workflows/python-linting.yaml +++ b/.github/workflows/python-linting.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: 3.12 + python-version: 3.14 cache: 'pip' cache-dependency-path: | **/requirements.txt @@ -53,7 +53,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: 3.12 + python-version: 3.14 cache: 'pip' cache-dependency-path: | **/requirements.txt diff --git a/Dockerfile b/Dockerfile index 2b79814..c78fe04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3 AS base +FROM python:3.14.2 AS base WORKDIR /app