From 7783b69c8cf60be16ee114e366906394ea7be2ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:00:01 +0000 Subject: [PATCH] chore(deps): update cimg/python docker tag to v3.14 --- .circleci/src.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/src.yml b/.circleci/src.yml index ea59f76..b8e113e 100644 --- a/.circleci/src.yml +++ b/.circleci/src.yml @@ -8,7 +8,7 @@ orbs: executors: python-3-9: docker: - - image: cimg/python:3.9 + - image: cimg/python:3.14 commands: