From 03e6bbdf0775f61e9c36cb031c255f11190849ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 19:52:55 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.0 --- .github/workflows/ci.yml | 2 +- .python-version | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36fa92c8..9972cb9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: - python-version: "3.13.7" + python-version: "3.14.0" cache: "poetry" - name: Validate lockfile diff --git a/.python-version b/.python-version index 976544cc..f982feb4 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13.7 +3.14.0 diff --git a/Dockerfile b/Dockerfile index b935b6b5..4ba827b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7 +FROM python:3.14.0 LABEL maintainer "ODL DevOps " # Add package files, install updated node and pip