From 77817d10647a758ed2a02344f0ca4e434816746d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 00:12:15 +0000 Subject: [PATCH] Update python Docker tag to v3.14.7 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 150b1db0..3053f75d 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.7 working_directory: ~/realitycheck steps: - checkout