From 123bb921a83c29e1e633640a128bfe44de01cb1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:02:17 +0000 Subject: [PATCH] Update python Docker tag to v3.14.5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 150b1db0..c7addcf2 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.5 working_directory: ~/realitycheck steps: - checkout