From db614b7145011909f09c32daa608283f064ee711 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:37:09 +0000 Subject: [PATCH] Update dependency python to v3.14.3 --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8e6e76..26161c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.10.1 + python-version: 3.14.3 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/Dockerfile b/Dockerfile index f22c5d3..1aa4a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Base image # ---------------------------------------------------------------------- # -FROM python:3.10.1 +FROM python:3.14.3 LABEL MAINTAINER="Ivan Lee" # Make working directory