From 51346f2a2d1b2dc229cc64fde3c07d280c8e6f12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 03:38:47 +0000 Subject: [PATCH] chore(deps): update cimg/python docker tag to v3.14.2 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb9a8be..8c6a9ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,10 +7,10 @@ orbs: executors: python: docker: - - image: cimg/python:3.11.5 + - image: cimg/python:3.14.2 node: docker: - - image: cimg/python:3.11.5-node + - image: cimg/python:3.14.2-node jobs: test: