From 8d3963049bc5b31f436e125e623d7296966b073f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:23:45 +0000 Subject: [PATCH] chore(deps): update cimg/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 6bba79c5..f6e0d684 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: build: docker: - - image: cimg/python:3.12.4 + - image: cimg/python:3.14.3 steps: - checkout - python/install-packages: