From 78bfb38bba03456ad3440020cd94b7296e2b6fa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 23:51:20 +0000 Subject: [PATCH] Update python Docker tag to v3.14.3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 150b1db0..d724709e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -308,7 +308,7 @@ jobs: artifacts_test_results: docker: - - image: python:3.13.7 + - image: python:3.14.3 working_directory: ~/realitycheck steps: - checkout