From d15fca1c360d4e51c84944717ab5c32c5e53236b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:38:07 +0000 Subject: [PATCH] chore(deps): update cimg/python docker tag to v3.14.3 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb9a8be..2a50b7e 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.3 node: docker: - - image: cimg/python:3.11.5-node + - image: cimg/python:3.14.3-node jobs: test: