From f5d9ac88d1a9efdb792ae20f8310cba66729fb6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Dec 2025 18:01:37 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a21f453..6d1fc7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.14.0 + - image: python:3.14.1 resource_class: small workflows: