From d7ed40b6bf81b92c282c71b646d71568dedf0dbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:27:29 +0000 Subject: [PATCH] Update dependency python --- .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..a3cf71b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3 AS base +FROM python:3.14.7 AS base WORKDIR /app