From e3ba2140177cf06e2ba17b2b3bb6033dfec3b49f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:41:22 +0000 Subject: [PATCH] Update dependency python to v3.14.3 --- .github/workflows/run.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index f64c51cd..aed2e85b 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: 3.14.2 + python-version: 3.14.3 - uses: actions/setup-node@v6 with: diff --git a/Dockerfile b/Dockerfile index e0b408ca..d962fc1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Created by Jugal Kishore -- 2025 # # Using Python 3.13 -FROM python:3.14.2-slim +FROM python:3.14.3-slim # Set Time Zone to IST ENV TZ="Asia/Kolkata"