From e233cd92b7281f8bfbb99ee5e01137ed129b8a40 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Tue, 12 May 2026 05:00:37 +0100 Subject: [PATCH] chore(deps): update python docker tag to v3.14.5 (#1048) Co-authored-by: Renovate Bot --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79d359dce..eff3e82c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,12 +27,12 @@ executors: python314: docker: - - image: python:3.14.4 + - image: python:3.14.5 resource_class: small python-integration: docker: - - image: python:3.14.4 + - image: python:3.14.5 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small