From 661cee3e358fca349c56e1a45a4d8c11e16afa67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 18:19:22 +0000 Subject: [PATCH] chore(deps): update cimg/python docker tag to v3.14.5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff5f721bc..840eccf75 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -222,7 +222,7 @@ jobs: shell: docker: - - image: cimg/python:3.14.3-node + - image: cimg/python:3.14.5-node working_directory: ~/repo steps: - checkout