diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a43c4498..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 @@ -126,7 +126,7 @@ jobs: pages: docker: - - image: node:26.6.0 + - image: node:26.7.0 steps: - checkout - attach_workspace: