From 722bf63205d73479e61ab9b4666dfc400f5475fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 23:09:59 +0000 Subject: [PATCH] Update cimg/python Docker tag to v3.14 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 150b1db0..381b8dc1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -279,7 +279,7 @@ jobs: save_and_restore_cache: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 working_directory: ~/realitycheck steps: - checkout