From 3c66b1308ea3c95bb867bd907278d48a8b620690 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Wed, 4 Mar 2026 01:03:20 +0000 Subject: [PATCH 1/2] chore(deps): update node.js to v25.8.0 (#1003) 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 c0d409889..9d67b1314 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,7 +116,7 @@ jobs: pages: docker: - - image: node:25.7.0 + - image: node:25.8.0 steps: - checkout - attach_workspace: From 3ba2d2a24dd23650a86e904f4c297b401d9c9fdd Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Wed, 4 Mar 2026 01:06:56 +0000 Subject: [PATCH 2/2] chore(deps): update python (#1002) Co-authored-by: Renovate Bot --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d67b1314..5ebc036c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,22 +7,22 @@ orbs: executors: python310: docker: - - image: python:3.10.19 + - image: python:3.10.20 resource_class: small python311: docker: - - image: python:3.11.14 + - image: python:3.11.15 resource_class: small python312: docker: - - image: python:3.12.12 + - image: python:3.12.13 resource_class: small python-integration: docker: - - image: python:3.12.12 + - image: python:3.12.13 environment: GOOGLE_APPLICATION_CREDENTIALS: /key.json resource_class: small