From 1caea9400de44979eb2497065950de8db32c53da Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Thu, 6 Aug 2026 02:01:11 +0100 Subject: [PATCH 1/2] chore(deps): update node.js to v26.7.0 (#1100) Co-authored-by: Renovate Bot --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a43c4498..0393d78d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,7 +126,7 @@ jobs: pages: docker: - - image: node:26.6.0 + - image: node:26.7.0 steps: - checkout - attach_workspace: From 121a52cd734e0988bd4e86eb7a67afa34e74db34 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Thu, 6 Aug 2026 02:04:42 +0100 Subject: [PATCH 2/2] chore(deps): update python docker tag to v3.14.7 (#1099) 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 0393d78d0..ea22435cc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,12 +27,12 @@ executors: python314: docker: - - image: python:3.14.6 + - image: python:3.14.7 resource_class: small python-integration: docker: - - image: python:3.14.6 + - image: python:3.14.7 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small