From e6b49a1d486b921c281e8e85f56f1d1f10ca4da1 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Thu, 11 Jun 2026 02:00:43 +0100 Subject: [PATCH] chore(deps): update python (#1064) Co-authored-by: Renovate Bot --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fc429226..6a67a1d67 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,17 +22,17 @@ executors: python313: docker: - - image: python:3.13.13 + - image: python:3.13.14 resource_class: small python314: docker: - - image: python:3.14.5 + - image: python:3.14.6 resource_class: small python-integration: docker: - - image: python:3.14.5 + - image: python:3.14.6 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small